summaryrefslogtreecommitdiffstats
path: root/settings/js
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@owncloud.com>2016-05-24 13:40:01 +0200
committerChristoph Wurst <christoph@owncloud.com>2016-05-24 13:40:01 +0200
commit1671d8e3373fc092421f9e86830a7735895b502a (patch)
tree2524cebcedf2ae6be6ff3c7cbbbbd262ecea7a86 /settings/js
parentf8bbbba306d3db26715fe4150013000454fb42f0 (diff)
downloadnextcloud-server-1671d8e3373fc092421f9e86830a7735895b502a.tar.gz
nextcloud-server-1671d8e3373fc092421f9e86830a7735895b502a.zip
remove debug console.log
Diffstat (limited to 'settings/js')
-rw-r--r--settings/js/authtoken_view.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js
index a165a465247..664dfd28148 100644
--- a/settings/js/authtoken_view.js
+++ b/settings/js/authtoken_view.js
@@ -71,7 +71,6 @@
list.html('');
// Show header only if there are tokens to show
- console.log(tokens.length > 0);
this._toggleHeader(tokens.length > 0);
tokens.forEach(function(token) {