removed extra console logging

v1.18.x
Julian Lam 10 years ago
parent c1dd0dd669
commit cd7a3f64f4

@ -24,7 +24,6 @@ define('forum/notifications', ['components'], function(components) {
return app.alertError(err.message); return app.alertError(err.message);
} }
console.log('here!@');
components.get('notifications/item').removeClass('unread'); components.get('notifications/item').removeClass('unread');
}); });
}); });

Loading…
Cancel
Save