Skip to content

Commit

Permalink
chore: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Nov 27, 2024
1 parent d3d2db7 commit 6079070
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/classes/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ export class Queue<
const jobScheduler = await this.jobScheduler;
const [jobData, jobId] = await jobScheduler.getJobSchedulerTemplate(id);

console.log('gg', jobData, jobId);
return this.createJob(jobData, jobId);
}

Expand Down

0 comments on commit 6079070

Please sign in to comment.