diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-24 22:28:40 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-24 22:28:40 +0200 |
commit | 12557023aec828af6a9a78473273389750d68330 (patch) | |
tree | c6baeafb7396358aa512c8c8dfa37b4d51791e42 /gui.py | |
parent | 8a44a7c1f11211d56d54c185dc8fdc90e35f221b (diff) |
remove annoying debug output
Diffstat (limited to 'gui.py')
-rw-r--r-- | gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -151,7 +151,6 @@ def draw_cell(cell): cx2,cy2 = world_to_win_pt(p2,c.player.center) cx3,cy3 = world_to_win_pt(p3,c.player.center) except AttributeError: - print("wtf, no poslog available?!") cx2,cy2=cx,cy cx3,cy3=cx,cy |