chop chop

This commit is contained in:
barisusakli
2014-11-19 23:37:55 -05:00
parent 6012223b81
commit d177481f94
8 changed files with 14 additions and 95 deletions

View File

@@ -268,12 +268,6 @@ var async = require('async'),
});
};
User.count = function(callback) {
db.getObjectField('global', 'userCount', function(err, count) {
callback(err, count ? count : 0);
});
};
User.getUidByUsername = function(username, callback) {
db.getObjectField('username:uid', username, callback);
};