aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-04-15 22:31:08 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-04-15 22:32:09 +0000
commit7d79222f5cca40f227d3aa4555bf539d38bd2be9 (patch)
tree96d45ccf7ffbb0c133167a25d05a93ff59fef253
parentfunctional_tests: add sweep_single test (diff)
downloadmonero-7d79222f5cca40f227d3aa4555bf539d38bd2be9.tar.xz
daemon: remove debug info
-rw-r--r--src/daemon/rpc_command_executor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp
index 5901be662..4ff13a67d 100644
--- a/src/daemon/rpc_command_executor.cpp
+++ b/src/daemon/rpc_command_executor.cpp
@@ -2205,7 +2205,7 @@ bool t_rpc_command_executor::prune_blockchain()
}
}
- tools::success_msg_writer() << "Blockchain pruned: seed " << epee::string_tools::to_string_hex(res.pruning_seed);
+ tools::success_msg_writer() << "Blockchain pruned";
return true;
}