Commit 071400f2 authored by Tristan Cavelier's avatar Tristan Cavelier

useless line removed

parent 51c578cc
...@@ -60,7 +60,6 @@ function enableJobMaker(jio, shared, options) { ...@@ -60,7 +60,6 @@ function enableJobMaker(jio, shared, options) {
shared.on(method, function (param) { shared.on(method, function (param) {
if (param.deferred) { if (param.deferred) {
// params are good // params are good
param.created = new Date();
shared.emit('job', param); shared.emit('job', param);
} }
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment