From 552146d015d433226ae50e4a00c4f8b89b8d16aa Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 18 Mar 2012 09:22:43 +1300 Subject: Move mitmproxy reverse proxy shortcut to "P". Also don't expose help from the help screen. --- libmproxy/dump.py | 1 - 1 file changed, 1 deletion(-) (limited to 'libmproxy/dump.py') diff --git a/libmproxy/dump.py b/libmproxy/dump.py index 59eafd4c..253a22d7 100644 --- a/libmproxy/dump.py +++ b/libmproxy/dump.py @@ -146,7 +146,6 @@ class DumpMaster(flow.FlowMaster): def handle_request(self, r): f = flow.FlowMaster.handle_request(self, r) - self.add_event("Request: %s"%str_request(r)) if f: r._ack() return f -- cgit v1.2.3