X-Git-Url: https://plomlompom.com/repos/unset_cookie?a=blobdiff_plain;f=new2%2Fplomrogue%2Fio.py;h=908d7bf504b7c304c937729b1bb5cccb3f47538b;hb=1d9e41e7df05336a6688382c9374c547979cf11e;hp=2c048f03b4b1b70fb47356af8cb5ecdc4e1b9c93;hpb=804c0812954c9ab11bffaef5fee644ee4350b2a6;p=plomrogue2-experiments diff --git a/new2/plomrogue/io.py b/new2/plomrogue/io.py index 2c048f0..908d7bf 100644 --- a/new2/plomrogue/io.py +++ b/new2/plomrogue/io.py @@ -56,7 +56,6 @@ class GameIO(): from plomrogue.errors import GameError, ArgError, PlayError from plomrogue.misc import quote - print('DEBUG', input_); def answer(connection_id, msg): if connection_id: self.send(msg, connection_id)