home · contact · privacy
New client: Remove debugging code.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 7 Nov 2015 20:54:50 +0000 (21:54 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 7 Nov 2015 20:54:50 +0000 (21:54 +0100)
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: