Skip to content

Commit

Permalink
chore: remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
muety committed Sep 21, 2023
1 parent 9668a75 commit 510b9fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/imports/wakatime_heartbeats.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ func (w *WakatimeHeartbeatsImporter) Import(user *models.User, minFrom time.Time
wp := pond.New(maxWorkers, 0)

for _, d := range days {
logbuch.Debug("submitting %v", d)
wp.Submit(func() {
defer time.Sleep(throttleDelay)

Expand Down

0 comments on commit 510b9fb

Please sign in to comment.