Removed debug code
authorAlexander Ebert <ebert@woltlab.com>
Sun, 23 Feb 2014 19:58:23 +0000 (20:58 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 23 Feb 2014 19:58:23 +0000 (20:58 +0100)
wcfsetup/install/files/js/WCF.ImageViewer.js

index e05cadc3be8dfb558d0bda49671c4c78bbe889ae..331fdeb4ad5fc592063f2428dc082bde15813aa3 100644 (file)
@@ -402,7 +402,7 @@ $.widget('ui.wcfImageViewer', {
         */
        _render: function(initialized, targetImageID) {
                this._container.addClass('open');
-               console.debug("_render(" + initialized + ", " + targetImageID + ")");
+               
                var $thumbnail = null;
                if (initialized) {
                        $thumbnail = this._ui.imageList.children('li:eq(0)');