Skip to content

Commit 03c45a9

Browse files
committed
chore: remove extra log
1 parent 8eac925 commit 03c45a9

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

services/tasks/TaskPool.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ func (p *TaskPool) Run() {
272272

273273
db.StoreSession(p.store, "new task", func() {
274274
//p.Queue = append(p.Queue, task)
275-
log.Debug(task)
276275
msg := "Task " + strconv.Itoa(task.Task.ID) + " added to queue"
277276
task.Log(msg)
278277
log.Info(msg)

0 commit comments

Comments
 (0)