X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/git-favicon.png?a=blobdiff_plain;f=server_%2Fgame.py;h=59df5ae45c0b8939523c4dc3646b40a3d9986548;hb=7d25c53656415a4699f6ad899974839eaa62af36;hp=910d60878c3426ddc7f402b82e847f8d204b5a27;hpb=67d04440308c656f5baed5b96899729fe9bcb1e6;p=plomrogue2-experiments diff --git a/server_/game.py b/server_/game.py index 910d608..59df5ae 100644 --- a/server_/game.py +++ b/server_/game.py @@ -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] == '.':