summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files/js/filelist.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index fc251c9201a..3cbc25fc24b 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -345,7 +345,6 @@
else {
files = _.pluck(this.getSelectedFiles(), 'name');
}
- OC.Notification.show(t('files','Your download is being prepared. This might take some time if the files are big.'));
OC.redirect(this.getDownloadUrl(files, dir));
return false;
},