Skip to content

Commit

Permalink
Merge pull request #24809 from owncloud/remove-console-log
Browse files Browse the repository at this point in the history
remove debug console.log
  • Loading branch information
Vincent Petry committed May 24, 2016
2 parents 465cf9f + 1671d8e commit ecb2bbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion settings/js/authtoken_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ecb2bbf

Please sign in to comment.