mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
removed a useless debugging message
This commit is contained in:
parent
4ee9488d7e
commit
85a2775298
2
redis.c
2
redis.c
@ -5399,8 +5399,6 @@ static void sortCommand(redisClient *c) {
|
|||||||
}
|
}
|
||||||
dictReleaseIterator(di);
|
dictReleaseIterator(di);
|
||||||
}
|
}
|
||||||
printf("**************************** %d == %d\n",
|
|
||||||
j, vectorlen);
|
|
||||||
redisAssert(j == vectorlen);
|
redisAssert(j == vectorlen);
|
||||||
|
|
||||||
/* Now it's time to load the right scores in the sorting vector */
|
/* Now it's time to load the right scores in the sorting vector */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user