Skip to content

Commit 9b0c91d

Browse files
authored
Removing frightening log message
1 parent 3e9294f commit 9b0c91d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zoe/deco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def incoming(self, body):
290290
return
291291
self._listener.send(json.dumps(result))
292292
except:
293-
print("Dropping message", body)
293+
# print("Dropping message", body)
294294
pass
295295

296296
def dispatch(self, original):

0 commit comments

Comments
 (0)