From: Alexander Ebert Date: Sat, 22 Feb 2014 14:02:22 +0000 (+0100) Subject: Removed debug code X-Git-Tag: 2.0.3~22^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8052fd6d96809e60c242a63a643a8d6312130e22;p=GitHub%2FWoltLab%2FWCF.git Removed debug code --- diff --git a/wcfsetup/install/files/js/WCF.ImageViewer.js b/wcfsetup/install/files/js/WCF.ImageViewer.js index f3fbc91229..9ea03583fa 100644 --- a/wcfsetup/install/files/js/WCF.ImageViewer.js +++ b/wcfsetup/install/files/js/WCF.ImageViewer.js @@ -347,8 +347,6 @@ $.widget('ui.wcfImageViewer', { return false; } - console.debug(new Error().stack); - if (this._timer === null) { this._timer = new WCF.PeriodicalExecuter($.proxy(function() { var $index = this._active + 1;