diff options
Diffstat (limited to 'core/js/js.js')
-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 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(); |