Remove debug printing

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

View File

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