home · contact · privacy
Fixed switching to player mode before login if other user logged in.
[plomrogue2-experiments] / new2 / plomrogue / io.py
index 2c048f03b4b1b70fb47356af8cb5ecdc4e1b9c93..908d7bf504b7c304c937729b1bb5cccb3f47538b 100644 (file)
@@ -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)