diff options
author | Christoph Wurst <christoph@owncloud.com> | 2016-05-24 13:40:01 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@owncloud.com> | 2016-05-24 13:40:01 +0200 |
commit | 1671d8e3373fc092421f9e86830a7735895b502a (patch) | |
tree | 2524cebcedf2ae6be6ff3c7cbbbbd262ecea7a86 /settings/js | |
parent | f8bbbba306d3db26715fe4150013000454fb42f0 (diff) | |
download | nextcloud-server-1671d8e3373fc092421f9e86830a7735895b502a.tar.gz nextcloud-server-1671d8e3373fc092421f9e86830a7735895b502a.zip |
remove debug console.log
Diffstat (limited to 'settings/js')
-rw-r--r-- | settings/js/authtoken_view.js | 1 |
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) { |