diff --git a/cw_mweb/lib/cw_mweb.dart b/cw_mweb/lib/cw_mweb.dart index c464930f5..1db0c02f5 100644 --- a/cw_mweb/lib/cw_mweb.dart +++ b/cw_mweb/lib/cw_mweb.dart @@ -29,6 +29,5 @@ class CwMweb { await _clientChannel?.terminate(); _rpcClient = null; _clientChannel = null; - print("rpc has been shut down"); } }