mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Sentinel: remove debugging message from releaseInstanceLink()
This commit is contained in:
parent
b44c37482c
commit
f9e942d4ae
@ -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. */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user