Commit d70a8c7256916fa1a9b4a132cdb7d3d3801a387d
1 parent
3094b0ac
Exists in
master
and in
16 other branches
Log removed - Sorry :D
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
js/app/controllers/JobsMgr.js
... | ... | @@ -78,7 +78,6 @@ Ext.define('amdaDesktop.JobsMgr', { |
78 | 78 | // Update from Server Jobs Running and Finished |
79 | 79 | if (res.nFinished > 0 || res.nError) { |
80 | 80 | Ext.Array.each(res.jobsFinished, function (job) { |
81 | - console.log(job.status) | |
82 | 81 | /** |
83 | 82 | * Called asynchronously on each finished job |
84 | 83 | * @param {Job} job The finished job. |
... | ... |