diff options
Diffstat (limited to 'mitmproxy/tools/web/master.py')
-rw-r--r-- | mitmproxy/tools/web/master.py | 7 |
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: |