Remove js debug logging
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
db94b5d4af
commit
fd74ad452a
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