From: Alexander Ebert Date: Wed, 2 Mar 2016 12:55:04 +0000 (+0100) Subject: Removed debug code X-Git-Tag: 3.0.0_Beta_1~2030^2~69 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=66017a3309d9133362e928d1807588f21c3eea51;p=GitHub%2FWoltLab%2FWCF.git Removed debug code --- diff --git a/wcfsetup/install/files/js/WCF.User.js b/wcfsetup/install/files/js/WCF.User.js index ec132c808c..6cf2b492c6 100644 --- a/wcfsetup/install/files/js/WCF.User.js +++ b/wcfsetup/install/files/js/WCF.User.js @@ -450,12 +450,8 @@ WCF.User.Panel.Notification = WCF.User.Panel.Abstract.extend({ require(['EventHandler'], (function(EventHandler) { EventHandler.add('com.woltlab.wcf.UserMenuMobile', 'more', (function(data) { - console.debug("called"); - console.debug(data); if (data.identifier === 'com.woltlab.wcf.notifications') { this.toggle(); - - //data.handler.close(true); } }).bind(this)); }).bind(this));