Skip to content

Commit 5120f1d

Browse files
committed
Remove log message
1 parent 34fd5ad commit 5120f1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/redis/queue.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"context"
55
"encoding/json"
66
"fmt"
7-
"log"
87
"time"
98

109
"github.com/google/uuid"
@@ -139,7 +138,6 @@ func (q *taskQueue[T]) Dequeue(ctx context.Context, rdb redis.UniversalClient, l
139138
}
140139

141140
if task != nil {
142-
log.Println("Recovered task", task.ID)
143141
return task, nil
144142
}
145143

0 commit comments

Comments
 (0)