Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
peterholdsworth committed Aug 4, 2015
1 parent 2cefc74 commit 41d6654
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/newjob.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ module.exports = function (app) {
model.error = error;
model.payload = payload;
model.queue = queue;
console.log('model:', model);
return res.render('newJob', model);
});
} else {
Expand Down

0 comments on commit 41d6654

Please sign in to comment.