Sentinel: remove debugging message from releaseInstanceLink()

This commit is contained in:
antirez 2015-05-14 14:12:45 +02:00
parent b44c37482c
commit f9e942d4ae

View File

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