diff --git a/js/apps/system/aardvark/frontend/js/views/progressView.js b/js/apps/system/aardvark/frontend/js/views/progressView.js index 9d443439ed..fb5de66daa 100644 --- a/js/apps/system/aardvark/frontend/js/views/progressView.js +++ b/js/apps/system/aardvark/frontend/js/views/progressView.js @@ -35,12 +35,8 @@ setTimeout(function(delay) { if (self.toShow === true) { - console.log("show with delay"); self.show(msg, action, button); } - else { - console.log("dont have to show"); - } }, delay); },