diff --git a/contrib/py/admin/lokinetmon b/contrib/py/admin/lokinetmon index 8ef8e18ba..2c45b2435 100755 --- a/contrib/py/admin/lokinetmon +++ b/contrib/py/admin/lokinetmon @@ -489,12 +489,8 @@ class Monitor: for intro in context['currentRemoteIntroset']['intros'] or []: y_pos = self._display_intro(y_pos, intro, "introset intro", paths) y_pos += 1 - for intro in context['badIntros'] or []: - y_pos = self._display_intro(y_pos, intro, "bad intro", paths) - y_pos += 1 return y_pos - def display_data(self): """ draw main window """ if self.data is not None: