summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-05-13 15:22:46 +0200
committerArthur Schiwon <blizzz@owncloud.com>2014-06-02 12:53:59 +0200
commit7b63c2c0362a54218841d548c2cafb5bc417a0db (patch)
tree481587cecb0b51fe6e5bb39fcca6f10313747090 /core/js/js.js
parenta9e8d53c8f0335ffdfac32b80a251edc07b89c18 (diff)
downloadnextcloud-server-7b63c2c0362a54218841d548c2cafb5bc417a0db.tar.gz
nextcloud-server-7b63c2c0362a54218841d548c2cafb5bc417a0db.zip
cleanup
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 968bf650ad5..096cc3ad7c1 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -668,7 +668,6 @@ OC.Notification={
callback.call();
}
$('#notification').empty();
- console.log('OCNO EMPTY');
if(OC.Notification.queuedNotifications.length > 0){
OC.Notification.showHtml(OC.Notification.queuedNotifications[0]);
OC.Notification.queuedNotifications.shift();