From 892565f924c53ead19f90afc5f652d20ca6e69c8 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sat, 21 May 2016 13:50:01 +0200 Subject: [PATCH] Remove debug printing --- src/redis-cli.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/redis-cli.c b/src/redis-cli.c index cf939c8c..027a2658 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -284,7 +284,6 @@ static void cliIntegrateHelp(void) { break; } if (i != helpEntriesLen) continue; - printf("%s\n", cmdname); helpEntriesLen++; helpEntries = zrealloc(helpEntries,sizeof(helpEntry)*helpEntriesLen); @@ -314,8 +313,6 @@ static void cliIntegrateHelp(void) { new->org = ch; } freeReplyObject(reply); - - printf("%s\n", helpEntries[80].full); } /* Output command help to stdout. */