removed debug

This commit is contained in:
barisusakli
2014-09-03 14:07:12 -04:00
parent 298f14ad27
commit c40355b816
2 changed files with 0 additions and 16 deletions

View File

@@ -280,10 +280,6 @@ SocketUser.getActiveUsers = function(socket, data, callback) {
module.parent.exports.emitOnlineUserCount(callback);
};
SocketUser.debug = function(socket, data, callback) {
module.parent.exports.debug(callback);
};
SocketUser.loadMore = function(socket, data, callback) {
if(!data || !data.set || parseInt(data.after, 10) < 0) {
return callback(new Error('[[error:invalid-data]]'));