mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
redis-cli: remove debugging message.
This commit is contained in:
parent
bdbeb07a9e
commit
94dc71ff08
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user