removed console.log from upgrade script (@barisusakli :rage2:)

This commit is contained in:
Julian Lam
2015-05-21 10:07:00 -04:00
parent 927971b392
commit 58b0b6011f

View File

@@ -342,7 +342,6 @@ Upgrade.upgrade = function(callback) {
}
var index = 0;
async.eachLimit(userData, 500, function(userData, next) {
console.log(index++);
if (userData && userData.value) {
db.sortedSetAdd(set + ':sorted', 0, userData.value.toLowerCase() + ':' + userData.score, next);
} else {