remove debug console.log

This commit is contained in:
Christoph Wurst 2016-05-24 13:40:01 +02:00
父節點 f8bbbba306
當前提交 1671d8e337
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: FEECD2543CA6EAF0

查看文件

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