From 7c39b55d4231f3933d79c690572200bb251f6a0f Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 24 Jul 2012 18:20:05 +0200 Subject: [PATCH] Sentinel: debugging message removed. --- src/sentinel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sentinel.c b/src/sentinel.c index ea50a9f8..3acadf83 100644 --- a/src/sentinel.c +++ b/src/sentinel.c @@ -930,7 +930,6 @@ void sentinelLinkEstablishedCallback(const redisAsyncContext *c, int status) { } void sentinelDisconnectCallback(const redisAsyncContext *c, int status) { - printf("DISCONNECT CALLBACK CALLED: %p (%p)\n", (void*)c, (void*)c->data); sentinelDisconnectInstanceFromContext(c); } -- 2.47.2