From ce9e605b9e7b0e974e3e7200ff1d5fc85320626c Mon Sep 17 00:00:00 2001
From: Matthew Fosse <matt@fosse.co>
Date: Thu, 25 Jul 2024 09:05:10 -0500
Subject: [PATCH] remove print [skip ci]

---
 cw_mweb/lib/cw_mweb.dart | 1 -
 1 file changed, 1 deletion(-)

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");
   }
 }