mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -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;
|
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. */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user