diff --git a/core/modules/utils/dom/modal.js b/core/modules/utils/dom/modal.js index fb21ce1045..0a751f8ab5 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