Do not emit job:status from batch

This commit is contained in:
Raul Ochoa 2016-10-18 20:19:44 +02:00
parent 1e490be0a1
commit d1e3be2e22

View File

@ -116,8 +116,6 @@ Batch.prototype.processNextJob = function (user, callback) {
self.logger.log(job);
self.emit('job:' + job.data.status, jobId);
callback();
});
});