remove debug console.log
This commit is contained in:
parent
f8bbbba306
commit
1671d8e337
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue