remove comments for old import

This commit is contained in:
Ravi Prasad
2025-05-29 01:30:22 -05:00
parent e29307e848
commit 58b27fdb76
2 changed files with 8 additions and 32 deletions
+2 -6
View File
@@ -42,11 +42,7 @@ func main() {
importPlayerAdvancedPlayoffs(db)
log.Println("🎉 Player Advanced Playoffs Import completed successfully")
// importPlayerTotals(db)
// log.Println("🎉 Player Totals Import completed successfully")
// importPlayerPlayoffs(db)
// log.Println("🎉 Player Totals Playoffs Import completed successfully")
importPlayerTotalsScrape(db)
log.Println("🎉 Player Totals (scraped) Import completed successfully")
@@ -57,7 +53,7 @@ func main() {
// importPlayerShotChart(db)
// log.Println("🎉 Player Shot Chart Import Completed Successfully ")
log.Println("🎉 Import completed successfully")
log.Println("🏀 ALL Imports completed successfully ✅ 🙌")
return
}