Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed Dec 12, 2024
1 parent 06e4dc7 commit 25275e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm2src/kdf_walletconnect/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ impl WalletConnectCtxImpl {
.collect::<Vec<_>>();

if !all_topics.is_empty() {
println!("SUBBING: {all_topics:?}");
self.client.batch_subscribe(all_topics).await?;
}

Expand Down

0 comments on commit 25275e9

Please sign in to comment.