Skip to content

Commit 25275e9

Browse files
committed
remove println
1 parent 06e4dc7 commit 25275e9

File tree

1 file changed

+0
-1
lines changed
  • mm2src/kdf_walletconnect/src

1 file changed

+0
-1
lines changed

mm2src/kdf_walletconnect/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ impl WalletConnectCtxImpl {
328328
.collect::<Vec<_>>();
329329

330330
if !all_topics.is_empty() {
331-
println!("SUBBING: {all_topics:?}");
332331
self.client.batch_subscribe(all_topics).await?;
333332
}
334333

0 commit comments

Comments
 (0)