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 Oct 28, 2023
1 parent 0031380 commit d86a230
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/classes/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ export class Worker<
const job = this.createJob(jobData, jobId);
job.token = token;
if (job.opts.repeat) {
console.log(job.opts.repeat);
const repeat = await this.repeat;
await repeat.addNextRepeatableJob(job.name, job.data, job.opts);
}
Expand Down

0 comments on commit d86a230

Please sign in to comment.