aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mitmproxy/console/statusbar.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/mitmproxy/console/statusbar.py b/mitmproxy/console/statusbar.py
index 3120fa71..44be2b3e 100644
--- a/mitmproxy/console/statusbar.py
+++ b/mitmproxy/console/statusbar.py
@@ -171,10 +171,6 @@ class StatusBar(urwid.WidgetWrap):
r.append("[")
r.append(("heading_key", "l"))
r.append(":%s]" % self.master.state.limit_txt)
- if self.master.state.mark_filter:
- r.append("[")
- r.append(("heading_key", "Marked Flows"))
- r.append("]")
if self.master.options.stickycookie:
r.append("[")
r.append(("heading_key", "t"))