From 8260260f003275e14e627310a6c0f0a9d96dc130 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 2 Mar 2015 12:39:51 -0500 Subject: [PATCH] Remove debug #1895 --- src/definitions/modules/popup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/definitions/modules/popup.js b/src/definitions/modules/popup.js index 2f58ccd05..d081d582d 100644 --- a/src/definitions/modules/popup.js +++ b/src/definitions/modules/popup.js @@ -800,7 +800,6 @@ $.fn.popup = function(parameters) { ; } else if( module.get.startEvent() ) { - console.log(module.get.startEvent()); $module .on(module.get.startEvent() + eventNamespace, module.event.start) .on(module.get.endEvent() + eventNamespace, module.event.end)