Commit fc25af39 authored by AUTOMATIC's avatar AUTOMATIC
Browse files

remove unneeded log from progressbar

parent f3167b10
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -139,8 +139,6 @@ function requestProgress(id_task, progressbarContainer, gallery, atEnd, onProgre

    var fun = function(id_task, id_live_preview){
        request("/internal/progress", {"id_task": id_task, "id_live_preview": id_live_preview}, function(res){
            console.log(res)

            if(res.completed){
                removeProgressBar()
                return