]> git.saurik.com Git - redis.git/commitdiff
removed a useless debugging message
authorantirez <antirez@gmail.com>
Wed, 13 Jan 2010 18:41:38 +0000 (13:41 -0500)
committerantirez <antirez@gmail.com>
Wed, 13 Jan 2010 18:41:38 +0000 (13:41 -0500)
redis.c

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