From e261ff5242401400f805c8cb4936b1188b02cdd6 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Thu, 6 Nov 2014 17:37:48 +0100 Subject: [PATCH] jslint --- js/apps/system/aardvark/frontend/js/views/progressView.js | 4 ---- 1 file changed, 4 deletions(-) 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); },