diff --git a/mm2src/kdf_walletconnect/src/lib.rs b/mm2src/kdf_walletconnect/src/lib.rs index 83335d20a4..b2c6ee8d83 100644 --- a/mm2src/kdf_walletconnect/src/lib.rs +++ b/mm2src/kdf_walletconnect/src/lib.rs @@ -328,7 +328,6 @@ impl WalletConnectCtxImpl { .collect::>(); if !all_topics.is_empty() { - println!("SUBBING: {all_topics:?}"); self.client.batch_subscribe(all_topics).await?; }