projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ee9488
)
removed a useless debugging message
author
antirez
<antirez@gmail.com>
Wed, 13 Jan 2010 18:41:38 +0000
(13:41 -0500)
committer
antirez
<antirez@gmail.com>
Wed, 13 Jan 2010 18:41:38 +0000
(13:41 -0500)
redis.c
patch
|
blob
|
blame
|
history
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 */