Remove debugging code

This commit is contained in:
yflory 2020-11-26 12:49:40 +01:00
parent 41bf79232d
commit 781261111b
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ define([
cb();
}
}).on('progress', function (data) {
if (data.progress > 75) { return; }
var p = data.progress +'%';
$progress.width(p);
$progressTxt.text(Math.floor(data.progress) + '%');