diff --git a/Plugins/ImageGallery/ImageGallery.plugin.js b/Plugins/ImageGallery/ImageGallery.plugin.js index 39306f989e..db932a9b7c 100644 --- a/Plugins/ImageGallery/ImageGallery.plugin.js +++ b/Plugins/ImageGallery/ImageGallery.plugin.js @@ -110,7 +110,6 @@ class ImageGallery { BDFDB.DOMUtils.addClass(BDFDB.DOMUtils.getParent(BDFDB.dotCN.modal, e.node), "image-gallery"); this.cleanUpListeners(); document.keydownImageGalleryListener = event => { - console.log(event); if (!document.contains(e.node)) this.cleanUpListeners(); else if (!this.eventFired) { this.eventFired = true;