From fd74ad452af95539c26c9ac59a0a0dd17c22d964 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 25 Apr 2017 21:42:38 +0200 Subject: Remove js debug logging Signed-off-by: Christoph Wurst --- core/js/js.js | 1 - 1 file changed, 1 deletion(-) (limited to 'core/js/js.js') diff --git a/core/js/js.js b/core/js/js.js index 95c00dd6448..8fa459d78d7 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1502,7 +1502,6 @@ function initCore() { var appList = $('#appmenu li'); var availableWidth = $('#header-left').width() - $('#nextcloud').width() - 44; var appCount = Math.floor((availableWidth)/44); - console.log(appCount); // show a maximum of 8 apps if(appCount >= maxApps) { appCount = maxApps; -- cgit v1.2.3