removed extra console logging

This commit is contained in:
Julian Lam
2015-05-06 14:58:08 -04:00
parent c1dd0dd669
commit cd7a3f64f4

View File

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