diff --git a/src/wormhole/_mailbox.py b/src/wormhole/_mailbox.py index 90f9d95..061a39c 100644 --- a/src/wormhole/_mailbox.py +++ b/src/wormhole/_mailbox.py @@ -95,8 +95,6 @@ class Mailbox(object): # from Send or Key @m.input() def add_message(self, phase, body): - assert isinstance(body, type(b"")), type(body) - #print("ADD_MESSAGE", phase, len(body)) pass