diff --git a/core/modules/utils/dom/modal.js b/core/modules/utils/dom/modal.js index 4d9f1a20f..ccabd56d1 100644 --- a/core/modules/utils/dom/modal.js +++ b/core/modules/utils/dom/modal.js @@ -27,7 +27,6 @@ Modal.prototype.display = function(title) { renderer.refreshInDom(changes); }); wrapper.addEventListener("tw-close",function(event) { -console.log("Got tw-close event"); document.body.removeChild(wrapper); event.stopPropogation(); return false;