aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/web/master.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/web/master.py')
-rw-r--r--mitmproxy/web/master.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/mitmproxy/web/master.py b/mitmproxy/web/master.py
index 3f61fd94..3d2182a8 100644
--- a/mitmproxy/web/master.py
+++ b/mitmproxy/web/master.py
@@ -160,9 +160,6 @@ class WebMaster(flow.FlowMaster):
print("Stream file error: {}".format(err), file=sys.stderr)
sys.exit(1)
- if self.options.app:
- self.start_app(self.options.app_host, self.options.app_port)
-
def run(self): # pragma: no cover
iol = tornado.ioloop.IOLoop.instance()