afterjob.js: remove debugging statement (fix #3150)

This commit is contained in:
Thomas NOËL 2013-06-26 09:53:08 +02:00
parent c5abb97846
commit 1da88185d7
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ function updateStatus()
$(this).load(QOMMON_ROOT_URL + 'afterjobs/' + $(this).attr('id'), null,
function () {
var current_text = $(this).text();
console.log('current text:', current_text);
if (current_text.indexOf('completed') == 0) {
$(this).text(current_text.substr(10, current_text.length));
$(this).addClass('activity-done');