Remove debugging code

pull/1/head
yflory 4 years ago
parent 41bf79232d
commit 781261111b

@ -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) + '%');

Loading…
Cancel
Save