From 7b63c2c0362a54218841d548c2cafb5bc417a0db Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 13 May 2014 15:22:46 +0200 Subject: cleanup --- core/js/js.js | 1 - 1 file changed, 1 deletion(-) (limited to 'core') 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(); -- cgit v1.2.3