1
0
mirror of https://github.com/fluencelabs/redis synced 2025-04-02 15:51:05 +00:00

Remove debug printing

This commit is contained in:
Jan-Erik Rediger 2016-05-21 13:50:01 +02:00
parent b09a6b6a5d
commit 892565f924

@ -284,7 +284,6 @@ static void cliIntegrateHelp(void) {
break; break;
} }
if (i != helpEntriesLen) continue; if (i != helpEntriesLen) continue;
printf("%s\n", cmdname);
helpEntriesLen++; helpEntriesLen++;
helpEntries = zrealloc(helpEntries,sizeof(helpEntry)*helpEntriesLen); helpEntries = zrealloc(helpEntries,sizeof(helpEntry)*helpEntriesLen);
@ -314,8 +313,6 @@ static void cliIntegrateHelp(void) {
new->org = ch; new->org = ch;
} }
freeReplyObject(reply); freeReplyObject(reply);
printf("%s\n", helpEntries[80].full);
} }
/* Output command help to stdout. */ /* Output command help to stdout. */