redis-cli: remove debugging message.

This commit is contained in:
antirez 2016-05-05 18:05:37 +02:00
parent bdbeb07a9e
commit 94dc71ff08

View File

@ -1231,7 +1231,6 @@ static void repl(void) {
if (line[0] != '\0') {
argv = cliSplitArgs(line,&argc);
if (history) linenoiseHistoryAdd(line);
printf("HISTORY: %s\n", historyfile);
if (historyfile) linenoiseHistorySave(historyfile);
if (argv == NULL) {