diff --git a/redis.c b/redis.c index 651d4d4563d54280ec502d95266aac0b0ae85d67..59981cffe2fd85a3da0cc8caacba1a7d186cc3c5 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 */