home · contact · privacy
New client: Remove debugging code.
[plomrogue] / client_prototype.py
index 2dd666fb36b0117297c687847d9926f310b37b1c..eb93a9ed00f3806adb95956762f0030ab490af57 100644 (file)
@@ -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: