Skip to content

Commit 7830615

Browse files
committed
fix(worker): remove console.log
1 parent 47442eb commit 7830615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export class Worker {
296296
queue,
297297
}
298298
} catch (error) {
299-
console.log(error)
299+
debug('worker %s: error acquiring lease for job %s: %O', this.#id, job.id, error)
300300
throw error
301301
}
302302
}

0 commit comments

Comments
 (0)