Skip to content

Commit c59adc0

Browse files
committed
remove signer print
1 parent bb84719 commit c59adc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/admin_cli/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ impl ClusterArgs {
114114
unreachable!()
115115
};
116116

117-
println!("{}", signer.address());
118-
119117
let connector =
120118
wcn_cluster::smart_contract::evm::RpcProvider::new(self.rpc_provider_url, signer)
121119
.await

0 commit comments

Comments
 (0)