From: Christian Heller <c.heller@plomlompom.de>
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/%7B%7Bprefix%7D%7D/static/%7B%7B%20web_path%20%7D%7D/%7B%7Bdb.prefix%7D%7D/index.html?a=commitdiff_plain;h=77fa0ad2219e9cfd5139ad98aa62018f922ce32c;p=plomrogue

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: