diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-04-25 21:42:38 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-04-25 21:42:38 +0200 |
commit | fd74ad452af95539c26c9ac59a0a0dd17c22d964 (patch) | |
tree | ce46536c5f4f36fae011f8f86be0f42ce646646c /core | |
parent | db94b5d4af711f6e18aac0c9d4b0357a3b9123d1 (diff) | |
download | nextcloud-server-fd74ad452af95539c26c9ac59a0a0dd17c22d964.tar.gz nextcloud-server-fd74ad452af95539c26c9ac59a0a0dd17c22d964.zip |
Remove js debug logging
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core')
-rw-r--r-- | core/js/js.js | 1 |
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; |