remove print [skip ci]

This commit is contained in:
Matthew Fosse 2024-07-25 09:05:10 -05:00
parent 2a7a185f1e
commit ce9e605b9e

View file

@ -29,6 +29,5 @@ class CwMweb {
await _clientChannel?.terminate();
_rpcClient = null;
_clientChannel = null;
print("rpc has been shut down");
}
}