Merge pull request #4508 from nextcloud/fix/remove-js-debug-logging

Remove js debug logging
This commit is contained in:
Morris Jobke 2017-04-25 18:26:53 -03:00 committed by GitHub
commit 417bc606e4
1 changed files with 0 additions and 1 deletions

View File

@ -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;