From 495daf2b641d14bbe8d7cab1482e12e8c8d7ea1b Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 5 Oct 2012 11:14:17 +1300 Subject: Remove actions log and explain, preparing for a more sophisticated take on this. --- libpathod/pathoc.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libpathod/pathoc.py') diff --git a/libpathod/pathoc.py b/libpathod/pathoc.py index bab568ca..3ed09190 100644 --- a/libpathod/pathoc.py +++ b/libpathod/pathoc.py @@ -83,13 +83,6 @@ class Pathoc(tcp.TCPClient): if req: if ignorecodes and resp and resp[1] in ignorecodes: return - if explain: - print >> fp, ">>", req["method"], repr(req["path"]) - for a in req["actions"]: - print >> fp, "\t", - for x in a: - print >> fp, x, - print >> fp if showreq: self._show(fp, ">> Request", self.wfile.get_log(), hexdump) -- cgit v1.2.3