mirror of
https://github.com/fluencelabs/redis
synced 2025-03-30 22:31:03 +00:00
Merge pull request #3249 from badboy/rcli-debug-printing
Remove debug printing
This commit is contained in:
commit
8c4f4d12d8
@ -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. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user