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); }