Commit f9e942d4 authored by antirez's avatar antirez
Browse files

Sentinel: remove debugging message from releaseInstanceLink()

parent b44c3748
......@@ -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. */
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment