From d9783af7bdca7069d76a8e58c0d78d840a02715e Mon Sep 17 00:00:00 2001 From: Christoph Wurst <christoph@winzerhof-wurst.at> Date: Mon, 8 Oct 2018 16:21:31 +0200 Subject: [PATCH] Remove outdated comment Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> --- core/js/js.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/js/js.js b/core/js/js.js index 197f375fe12..5c12031c5e4 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1,11 +1,3 @@ -/** - * Disable console output unless DEBUG mode is enabled. - * Add - * 'debug' => true, - * To the definition of $CONFIG in config/config.php to enable debug mode. - * The undefined checks fix the broken ie8 console - */ - /* global oc_isadmin */ var oc_debug; -- GitLab