aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/web/master.py
diff options
context:
space:
mode:
authorMatthew Shao <me@matshao.com>2017-07-27 11:20:37 +0800
committerMatthew Shao <me@matshao.com>2017-07-27 11:20:37 +0800
commit4ab5574e1849ffe85bd9d06d0beb7a40b31a3845 (patch)
treef7c2e744ef71c95d2e49d81fc0dc53a705a013dc /mitmproxy/tools/web/master.py
parent108ef035855377644ab904e3bba65f7f6512f0ed (diff)
downloadmitmproxy-4ab5574e1849ffe85bd9d06d0beb7a40b31a3845.tar.gz
mitmproxy-4ab5574e1849ffe85bd9d06d0beb7a40b31a3845.tar.bz2
mitmproxy-4ab5574e1849ffe85bd9d06d0beb7a40b31a3845.zip
[web] Minor Fix for backend.
Diffstat (limited to 'mitmproxy/tools/web/master.py')
-rw-r--r--mitmproxy/tools/web/master.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/mitmproxy/tools/web/master.py b/mitmproxy/tools/web/master.py
index c2e7c4b1..dc5b2627 100644
--- a/mitmproxy/tools/web/master.py
+++ b/mitmproxy/tools/web/master.py
@@ -125,13 +125,6 @@ class WebMaster(master.Master):
"No web browser found. Please open a browser and point it to {}".format(web_url),
"info"
)
- unknown_opts = optmanager.load_paths(app.CONFIG_PATH)
- if unknown_opts == {}:
- self.add_log(
- "Load options configuration from {}.".format(app.CONFIG_PATH),
- "info"
- )
-
try:
iol.start()
except KeyboardInterrupt: