From 32ef73e6b42729dfe571c1edd9694aee761f3f94 Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Fri, 22 Jul 2016 10:40:06 +0530 Subject: Remove [Marked Flows] status indicator --- mitmproxy/console/statusbar.py | 4 ---- 1 file changed, 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")) -- cgit v1.2.3