remove unneeded log from progressbar
This commit is contained in:
parent
f3167b10ce
commit
fc25af3939
|
@ -139,8 +139,6 @@ function requestProgress(id_task, progressbarContainer, gallery, atEnd, onProgre
|
||||||
|
|
||||||
var fun = function(id_task, id_live_preview){
|
var fun = function(id_task, id_live_preview){
|
||||||
request("/internal/progress", {"id_task": id_task, "id_live_preview": id_live_preview}, function(res){
|
request("/internal/progress", {"id_task": id_task, "id_live_preview": id_live_preview}, function(res){
|
||||||
console.log(res)
|
|
||||||
|
|
||||||
if(res.completed){
|
if(res.completed){
|
||||||
removeProgressBar()
|
removeProgressBar()
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue