Sentinel: remove debugging message from releaseInstanceLink()

This commit is contained in:
antirez 2015-05-14 14:12:45 +02:00
parent 5672f4c368
commit 9ab415cca5

View File

@ -980,7 +980,6 @@ instanceLink *releaseInstanceLink(instanceLink *link, sentinelRedisInstance *ri)
cb = callbacks->head;
while(cb) {
if (cb->privdata == ri) {
printf("HERE\n");
cb->fn = sentinelDiscardReplyCallback;
cb->privdata = NULL; /* Not strictly needed. */
}