mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #4508 from nextcloud/fix/remove-js-debug-logging
Remove js debug logging
This commit is contained in:
commit
417bc606e4
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue