diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-05-24 13:58:03 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-05-24 13:58:03 +0200 |
commit | ecb2bbf730ac5f70cdf543efe65367a5636d90c3 (patch) | |
tree | 1880b9a4f4ec1bba20a4e26869f6d6951a106c78 /settings | |
parent | 465cf9fe9b8fb8c448cb42d4c811b2ecd215d4f1 (diff) | |
parent | 1671d8e3373fc092421f9e86830a7735895b502a (diff) | |
download | nextcloud-server-ecb2bbf730ac5f70cdf543efe65367a5636d90c3.tar.gz nextcloud-server-ecb2bbf730ac5f70cdf543efe65367a5636d90c3.zip |
Merge pull request #24809 from owncloud/remove-console-log
remove debug console.log
Diffstat (limited to 'settings')
-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) { |