summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-04-25 18:26:53 -0300
committerGitHub <noreply@github.com>2017-04-25 18:26:53 -0300
commit417bc606e492236ba9e22263a0ac94ebde821313 (patch)
tree06e0a1b6ac0c7648f832d0a4ced050b300697beb /core
parent859bc245b1a70e52d152a0b27145d78723f4669c (diff)
parentfd74ad452af95539c26c9ac59a0a0dd17c22d964 (diff)
downloadnextcloud-server-417bc606e492236ba9e22263a0ac94ebde821313.tar.gz
nextcloud-server-417bc606e492236ba9e22263a0ac94ebde821313.zip
Merge pull request #4508 from nextcloud/fix/remove-js-debug-logging
Remove js debug logging
Diffstat (limited to 'core')
-rw-r--r--core/js/js.js1
1 files changed, 0 insertions, 1 deletions
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;