aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/contentviews/hex.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/contentviews/hex.py')
-rw-r--r--mitmproxy/contentviews/hex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mitmproxy/contentviews/hex.py b/mitmproxy/contentviews/hex.py
index 6251a8f3..f88bf80c 100644
--- a/mitmproxy/contentviews/hex.py
+++ b/mitmproxy/contentviews/hex.py
@@ -4,7 +4,6 @@ from . import base
class ViewHex(base.View):
name = "Hex"
- prompt = ("hex", "e")
@staticmethod
def _format(data):