diff --git a/redis.c b/redis.c index 651d4d45..59981cff 100644 --- a/redis.c +++ b/redis.c @@ -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 */