diff --git a/public/src/client/notifications.js b/public/src/client/notifications.js index f380707f86..3d710cafca 100644 --- a/public/src/client/notifications.js +++ b/public/src/client/notifications.js @@ -24,7 +24,6 @@ define('forum/notifications', ['components'], function(components) { return app.alertError(err.message); } - console.log('here!@'); components.get('notifications/item').removeClass('unread'); }); });