require cleanup in user.js, removed user.latest not used anymore

This commit is contained in:
Baris Usakli
2013-11-18 16:22:43 -05:00
parent cc0fe66e3e
commit 7c950cc350
2 changed files with 11 additions and 36 deletions

View File

@@ -247,10 +247,6 @@ module.exports.init = function(io) {
posts.getTopicPostStats();
});
socket.on('user.latest', function(data) {
user.latest(socket, data);
});
socket.on('user.email.exists', function(data) {
user.email.exists(socket, data.email);
});