X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.py;h=0bb0a5b430f77751d2d1aed41507fa3aa47ef9a3;hp=a95066624084ac0d96abae9ee220530fd8ead732;hb=e70b40fc0698a0d6d3d9eebb102c25064662da94;hpb=cb668806db6388c7be75bf3ee615f935e8d4bd02 diff --git a/sst.py b/sst.py index a950666..0bb0a5b 100755 --- a/sst.py +++ b/sst.py @@ -3433,8 +3433,8 @@ def proutn(proutntline): pause_game() clrscr() # Uncomment this to debug curses problems - if logfp: - logfp.write("#curses: at %s proutn(%s)\n" % ((y, x), repr(proutntline))) + #if logfp: + # logfp.write("#curses: at %s proutn(%s)\n" % ((y, x), repr(proutntline))) curwnd.addstr(proutntline) curwnd.refresh() else: