Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Toss console.logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
parisminton committed Apr 28, 2017
1 parent 0b0fc00 commit bb81a70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/worker
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ pluckJob();

function pluckJob(){

console.log('Running');

transports.getJob(function(err, job){

if (err) {
Expand All @@ -24,7 +22,6 @@ function pluckJob(){

if (job) {

console.log('I found a job!');
return render(job);

}
Expand Down

0 comments on commit bb81a70

Please sign in to comment.