From c8db1ed74138e727013fb6712374844829277ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 26 Dec 2017 16:37:34 +0100 Subject: [PATCH] Fixed tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/js/filelist.js | 2 -- apps/files/js/files.js | 1 - 2 files changed, 3 deletions(-) diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index a3ae92f575..f75c9d18ea 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -1751,7 +1751,6 @@ return true; } - // TODO: parse remaining quota from PROPFIND response this.updateStorageStatistics(true); // first entry is the root @@ -3054,7 +3053,6 @@ var uploadText = self.$fileList.find('tr .uploadtext'); self.showFileBusyState(uploadText.closest('tr'), false); - self.updateStorageStatistics(true); uploadText.fadeOut(); uploadText.attr('currentUploads', 0); }); diff --git a/apps/files/js/files.js b/apps/files/js/files.js index c682f290a5..afc114c588 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -79,7 +79,6 @@ }, updateQuota:function(response) { - console.log('updateQuota'); if (response === undefined) { return; }