summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2016-05-05 18:05:37 +0200
committerantirez <antirez@gmail.com>2016-05-05 18:05:43 +0200
commit3907b059280898c6340b53982b3b65957535da7c (patch)
treeeab2b93a5d0b18dd5158db67fb1907601b7b3dc1
parentf01a2714582a9a916b41e6cb90e42474a104925d (diff)
downloadredis-3907b059280898c6340b53982b3b65957535da7c.tar.gz
redis-cli: remove debugging message.
-rw-r--r--src/redis-cli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/redis-cli.c b/src/redis-cli.c
index f9ee42d04..1e47c3405 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) {