remove superfluous option

This commit is contained in:
Maximilian Hils 2019-11-15 17:22:41 +01:00 committed by GitHub
parent 1ee54f7d73
commit f8926170a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,11 +113,6 @@ class ConsoleAddon:
"console_mouse", bool, True,
"Console mouse interaction."
)
loader.add_option(
"console_external_viewer_default", str, "vi",
"External viewer for flow body. Set environment variable $MITMPROXY_EDITOR "
"to change default."
)
@command.command("console.layout.options")
def layout_options(self) -> typing.Sequence[str]: