From: antirez Date: Wed, 13 Jan 2010 18:41:38 +0000 (-0500) Subject: removed a useless debugging message X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/85a2775298a85b80ccaaf31082c479b7968158b1 removed a useless debugging message --- 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 */