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
94dc71ff
Commit
94dc71ff
authored
May 05, 2016
by
antirez
Browse files
redis-cli: remove debugging message.
parent
bdbeb07a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
94dc71ff
...
@@ -1231,7 +1231,6 @@ static void repl(void) {
...
@@ -1231,7 +1231,6 @@ static void repl(void) {
if
(
line
[
0
]
!=
'\0'
)
{
if
(
line
[
0
]
!=
'\0'
)
{
argv
=
cliSplitArgs
(
line
,
&
argc
);
argv
=
cliSplitArgs
(
line
,
&
argc
);
if
(
history
)
linenoiseHistoryAdd
(
line
);
if
(
history
)
linenoiseHistoryAdd
(
line
);
printf
(
"HISTORY: %s
\n
"
,
historyfile
);
if
(
historyfile
)
linenoiseHistorySave
(
historyfile
);
if
(
historyfile
)
linenoiseHistorySave
(
historyfile
);
if
(
argv
==
NULL
)
{
if
(
argv
==
NULL
)
{
...
...
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