chiark / gitweb /
no daft debug
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 1 Apr 2017 13:46:05 +0000 (14:46 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 1 Apr 2017 13:46:05 +0000 (14:46 +0100)
client

diff --git a/client b/client
index c9682bd944e135b4a57f0bdb8c375f5bdf2188fa..eb28ae062897b8278babdb5c8605d40887fe7567 100755 (executable)
--- a/client
+++ b/client
@@ -115,9 +115,9 @@ def check_outbound():
            ) if len(d) else b'')                               +
             b'--b--'                                    + crlf)
 
-    df = open('data.dump.dbg', mode='wb')
-    df.write(mime)
-    df.close()
+    #df = open('data.dump.dbg', mode='wb')
+    #df.write(mime)
+    #df.close()
     # POST -use -c 'multipart/form-data; boundary="b"' http://localhost:8099/ <data.dump.dbg
 
     log_debug(DBG.HTTP_FULL, 'requesting: ' + str(mime))