From: Christian Heller Date: Sat, 7 Nov 2015 20:54:50 +0000 (+0100) Subject: New client: Remove debugging code. X-Git-Tag: tce~254 X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=commitdiff_plain;h=77fa0ad2219e9cfd5139ad98aa62018f922ce32c New client: Remove debugging code. --- diff --git a/client_prototype.py b/client_prototype.py index 2dd666f..eb93a9e 100644 --- a/client_prototype.py +++ b/client_prototype.py @@ -271,9 +271,6 @@ except: print("SOMETHING WENT WRONG IN UNEXPECTED WAYS") raise finally: - logfile = open("log", "a") - logfile.write(str(message_queue)) - logfile.close() if "file_out" in io: io["file_out"].close() if "file_in" in io: