From 8052fd6d96809e60c242a63a643a8d6312130e22 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 22 Feb 2014 15:02:22 +0100 Subject: [PATCH] Removed debug code --- wcfsetup/install/files/js/WCF.ImageViewer.js | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.20.1