Skip to content

Commit e952975

Browse files
committed
remove println which causes tui ui issues
1 parent e51a7c6 commit e952975

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

applications/minotari_console_wallet/src/grpc/wallet_grpc_server.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,6 @@ impl wallet_server::Wallet for WalletGrpcServer {
12731273
for tx in txs {
12741274
match transaction_service.import_transaction(tx).await {
12751275
Ok(id) => {
1276-
println!("Imported tx: {}", id);
12771276
tx_ids.push(id.into());
12781277
},
12791278
Err(e) => eprintln!("Could not import tx {}", e),

0 commit comments

Comments
 (0)