Remove debugging code
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…
Reference in New Issue