* remove console.log.

This commit is contained in:
chenfeiCF
2016-04-26 09:37:09 +08:00
parent 734da9eb37
commit af195c974d
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -440,7 +440,6 @@ $(function()
$progress.find('.progress-text').text(progress + '%');
showTask(current);
console.log('totalCount', totalCount, 'finishCount', finishCount);
};
updateUI();