From d44a5335b4ec31ec732bf9381a8da0237e92f1a8 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 30 Mar 2017 13:17:34 -0700 Subject: [PATCH] _mailbox: new Automat forbids code in Input bodies --- src/wormhole/_mailbox.py | 2 -- 1 file changed, 2 deletions(-) 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