From 60b702331ea43d581c09f8d4995181947c220988 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Mon, 20 Dec 2010 18:04:33 +0100 Subject: [PATCH] Removed debug info. --- turnip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/turnip.c b/turnip.c index 31f2b78..b3f48e5 100644 --- a/turnip.c +++ b/turnip.c @@ -38,7 +38,6 @@ cmdCallback(redisAsyncContext *c, void *r, void *privdata) { break; default: - printf("type=%d\n", reply->type); evhttp_send_reply(rq, 500, "Unknown redis format", NULL); }