From 77fa0ad2219e9cfd5139ad98aa62018f922ce32c Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 7 Nov 2015 21:54:50 +0100
Subject: [PATCH] New client: Remove debugging code.

---
 client_prototype.py | 3 ---
 1 file changed, 3 deletions(-)

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:
-- 
2.30.2