mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
Remove debug printing
This commit is contained in:
parent
b09a6b6a5d
commit
892565f924
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user