home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bd3d94
)
New client: Remove debugging code.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 7 Nov 2015 20:54:50 +0000
(21:54 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 7 Nov 2015 20:54:50 +0000
(21:54 +0100)
client_prototype.py
patch
|
blob
|
history
diff --git
a/client_prototype.py
b/client_prototype.py
index 2dd666fb36b0117297c687847d9926f310b37b1c..eb93a9ed00f3806adb95956762f0030ab490af57 100644
(file)
--- 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: