Skip to content

Commit

Permalink
chore: remove outcommented code
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Jul 24, 2019
1 parent 9129a56 commit 23d8dcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/classes/job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ export class Job {

job.id = await job.addJob(queue.client);

// job.lockKey = job.toKey(jobId) + ':lock';

logger('Job added', job.id);
return job;
}
Expand Down

0 comments on commit 23d8dcc

Please sign in to comment.