From 1671d8e3373fc092421f9e86830a7735895b502a Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 24 May 2016 13:40:01 +0200 Subject: [PATCH] remove debug console.log --- settings/js/authtoken_view.js | 1 - 1 file changed, 1 deletion(-) diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js index a165a46524..664dfd2814 100644 --- a/settings/js/authtoken_view.js +++ b/settings/js/authtoken_view.js @@ -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) {