Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
892565f9
Commit
892565f9
authored
May 21, 2016
by
Jan-Erik Rediger
Browse files
Remove debug printing
parent
b09a6b6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
892565f9
...
@@ -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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment