Skip to content

Commit

Permalink
remove print of seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadazmy committed Jun 15, 2023
1 parent 0ea7b9d commit b5485b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bins/rmb-peer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ async fn app(args: &Params) -> Result<()> {
.init()?;

let secret = &args.secret;
log::info!("secret: {:?}", secret);
let secret: &str = match secret.mnemonic.as_deref() {
Some(m) => m,
None => match secret.mnemonics.as_deref() {
Expand Down

0 comments on commit b5485b9

Please sign in to comment.