There was an error while loading. Please reload this page.
1 parent 28cb865 commit fa44ec1Copy full SHA for fa44ec1
1 file changed
apps/api/cmd/BAT_worker/main.go
@@ -57,9 +57,6 @@ func main() {
57
},
58
)
59
60
- logger.Info().Msg("Debug test")
61
- fmt.Print("Debug test")
62
-
63
schedulerLocation, err := time.LoadLocation("America/New_York")
64
if err != nil {
65
panic(err)
@@ -71,9 +68,6 @@ func main() {
71
68
72
69
73
70
74
75
76
77
taskQueueClient := asynq.NewClient(redisOpt)
78
79
database := db.NewDB(cfg.DatabaseURL)
0 commit comments