diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 16:21:31 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 16:21:31 +0200 |
commit | d9783af7bdca7069d76a8e58c0d78d840a02715e (patch) | |
tree | 68d16a39e9880274bc8bd68287414b0c4f98a357 /core/js/js.js | |
parent | d5b53d0ede3c1dc40c9e347c4b33f2a68ff35dde (diff) | |
download | nextcloud-server-d9783af7bdca7069d76a8e58c0d78d840a02715e.tar.gz nextcloud-server-d9783af7bdca7069d76a8e58c0d78d840a02715e.zip |
Remove outdated comment
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 8 |
1 files changed, 0 insertions, 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; |