Merge pull request #24809 from owncloud/remove-console-log
remove debug console.log
This commit is contained in:
commit
ecb2bbf730
|
@ -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…
Reference in New Issue