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

v1.18.x
Julian Lam 10 years ago
parent 927971b392
commit 58b0b6011f

@ -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 {

Loading…
Cancel
Save