1
mirror of https://github.com/monero-project/monero synced 2024-09-29 20:34:17 +02:00

daemon: remove debug info

This commit is contained in:
moneromooo-monero 2019-04-15 22:31:08 +00:00
parent 8fec0f9831
commit 7d79222f5c
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

View File

@ -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; return true;
} }