Removed debug code
authorAlexander Ebert <ebert@woltlab.com>
Wed, 18 Dec 2013 10:11:46 +0000 (11:11 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 18 Dec 2013 10:11:46 +0000 (11:11 +0100)
wcfsetup/install/files/js/WCF.Message.js

index 05e5f538288933e2f316f62a6898e0dede71a7c5..dee224745bf5041601957bb25ff44f8d3b5aa8ec 100644 (file)
@@ -1132,7 +1132,6 @@ WCF.Message.InlineEditor = Class.extend({
         */
        _click: function(event, containerID) {
                var $containerID = (event === null) ? containerID : $(event.currentTarget).data('containerID');
-               console.debug("_click()");
                if (this._activeElementID === '') {
                        this._activeElementID = $containerID;
                        this._prepare();