home · contact · privacy
Ignore success messages, properly quote messages.
[plomrogue2-experiments] / server_ / game.py
index 910d60878c3426ddc7f402b82e847f8d204b5a27..59df5ae45c0b8939523c4dc3646b40a3d9986548 100644 (file)
@@ -179,7 +179,6 @@ class Thing(game_common.Thing):
         stencil = self.get_stencil()
         visible_things = []
         for thing in self.world.things:
-            print('DEBUG .....')
             width = self.world.map_.size[1]
             pos_i = thing.position[0] * width + thing.position[1]
             if stencil.terrain[pos_i] == '.':