From 755693766adb25e4d99565150035bb690b6d449c Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 10 Dec 2014 17:09:14 +0000 Subject: [PATCH] Removing debugging statements from popup mechanism --- core/modules/utils/dom/popup.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/modules/utils/dom/popup.js b/core/modules/utils/dom/popup.js index 7ee405d20..25f14e612 100644 --- a/core/modules/utils/dom/popup.js +++ b/core/modules/utils/dom/popup.js @@ -30,7 +30,6 @@ Trigger a popup open or closed. Parameters are in a hashmap: force: if specified, forces the popup state to true or false (instead of toggling it) */ Popup.prototype.triggerPopup = function(options) { -console.log("triggerPopup",options) // Check if this popup is already active var index = -1; for(var t=0; t 0) { -console.log("Adding click handler") this.rootElement.addEventListener("click",this,true); } }; @@ -133,7 +128,6 @@ Cancel all popups at or above a specified level or DOM node level: popup level to cancel (0 cancels all popups) */ Popup.prototype.cancel = function(level) { -console.log("cancel",level) var numPopups = this.popups.length; level = Math.max(0,Math.min(level,numPopups)); for(var t=level; t