diff --git a/src/redis-cli.c b/src/redis-cli.c index f9ee42d0..1e47c340 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -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) {