From 3dcada04d4efaefdff85eec88e5d2d4a90ec57e4 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 26 Oct 2012 14:01:38 +0100 Subject: [PATCH] Extraneous console.log --- core/modules/utils/dom/modal.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/utils/dom/modal.js b/core/modules/utils/dom/modal.js index fb21ce104..0a751f8ab 100644 --- a/core/modules/utils/dom/modal.js +++ b/core/modules/utils/dom/modal.js @@ -97,7 +97,6 @@ Modal.prototype.display = function(title) { {transform: "translateY(" + window.innerHeight + "px)"} ]); // Set up an event for the transition end -console.log("Listening for ",$tw.utils.convertEventName("transitionEnd")) modalWrapper.addEventListener($tw.utils.convertEventName("transitionEnd"),function(event) { if(wrapper.parentNode) { // Remove the modal message from the DOM