removed a useless debugging message

This commit is contained in:
antirez 2010-01-13 13:41:38 -05:00
parent 4ee9488d7e
commit 85a2775298

View File

@ -5399,8 +5399,6 @@ static void sortCommand(redisClient *c) {
}
dictReleaseIterator(di);
}
printf("**************************** %d == %d\n",
j, vectorlen);
redisAssert(j == vectorlen);
/* Now it's time to load the right scores in the sorting vector */