From e02f15c50a594c40fcc3dae29221071366a2b863 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 9 Sep 2016 16:53:01 +0200 Subject: [PATCH] Remove debug code --- wcfsetup/install/files/js/3rdParty/redactor2/plugins/source.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/source.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/source.js index 2605adb33f..8724a96520 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/source.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/source.js @@ -128,7 +128,6 @@ var height = this.core.editor().innerHeight(); var code = this.code.get(); -console.debug(height); code = code.replace(/\n\n\n/g, "\n"); code = code.replace(/\n\n/g, "\n"); @@ -192,4 +191,4 @@ console.debug(height); } }; }; -})(jQuery); \ No newline at end of file +})(jQuery); -- 2.20.1