Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Apr 2, 2024
1 parent 559e648 commit 9bd423d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_concurrency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ describe('Concurrency', () => {
const worker = new Worker(
queueName,
async job => {
console.log(job.id);
if (job.attemptsStarted === 1) {
await worker.rateLimit(dynamicLimit);
throw Worker.RateLimitError();
Expand Down

0 comments on commit 9bd423d

Please sign in to comment.