js: remove debugging statement

This commit is contained in:
Frédéric Péters 2013-04-13 14:52:50 +02:00 committed by Thomas NOEL
parent 0ee69733cb
commit c5abb97846
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ function updateStatus()
$(this).text(current_text.substr(7, current_text.length));
$(this).addClass('activity-done');
} else {
console.log('hello');
$(this).text(current_text.split('|')[1]);
window.setTimeout(updateStatus, 2500);
}