Commit 892565f9 authored by Jan-Erik Rediger's avatar Jan-Erik Rediger
Browse files

Remove debug printing

parent b09a6b6a
...@@ -284,7 +284,6 @@ static void cliIntegrateHelp(void) { ...@@ -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) { ...@@ -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. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment