summaryrefslogtreecommitdiff
path: root/src
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:37 +0200
commit94dc71ff08e3db4cb035130208470b0646c20a05 (patch)
treee9d4108d2c2d53771d9e37c623fcdebda3b60a6c /src
parentbdbeb07a9ec6b66fd27c39aa4e8811cc980e90e1 (diff)
downloadredis-94dc71ff08e3db4cb035130208470b0646c20a05.tar.gz
redis-cli: remove debugging message.
Diffstat (limited to 'src')
-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) {