Browse Source

remove debug console.log

tags/v9.1.0beta1
Christoph Wurst 8 years ago
parent
commit
1671d8e337
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      settings/js/authtoken_view.js

+ 0
- 1
settings/js/authtoken_view.js View File

@@ -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) {

Loading…
Cancel
Save