mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 03:59:33 +00:00
daemon: remove debug info
This commit is contained in:
parent
8fec0f9831
commit
7d79222f5c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue