Skip to content

Commit fa44ec1

Browse files
committed
chore:remove
1 parent 28cb865 commit fa44ec1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

apps/api/cmd/BAT_worker/main.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ func main() {
5757
},
5858
)
5959

60-
logger.Info().Msg("Debug test")
61-
fmt.Print("Debug test")
62-
6360
schedulerLocation, err := time.LoadLocation("America/New_York")
6461
if err != nil {
6562
panic(err)
@@ -71,9 +68,6 @@ func main() {
7168
},
7269
)
7370

74-
logger.Info().Msg("Debug test")
75-
fmt.Print("Debug test")
76-
7771
taskQueueClient := asynq.NewClient(redisOpt)
7872

7973
database := db.NewDB(cfg.DatabaseURL)

0 commit comments

Comments
 (0)