Merge pull request #3249 from badboy/rcli-debug-printing

Remove debug printing
This commit is contained in:
Salvatore Sanfilippo 2016-05-22 23:32:03 +02:00
commit 8c4f4d12d8

View File

@ -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. */