From da98ff67023d209202c2321ae269613a09ed74bb Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Fri, 28 Feb 2020 14:07:54 -0800 Subject: [PATCH] ws-sta-monitor: removed unused list --- py-json/ws-sta-monitor.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/py-json/ws-sta-monitor.py b/py-json/ws-sta-monitor.py index aa2d8858..d0ae52ae 100755 --- a/py-json/ws-sta-monitor.py +++ b/py-json/ws-sta-monitor.py @@ -45,13 +45,6 @@ ignore=[ "deleted-alert", "regulatory domain change", ] -interesting=[ - "Trying to authenticate", - "auth: timed out", - "link DOWN", - "link UP", - 'wifi-event' -] rebank = { "ifname" : re.compile("IFNAME=(\S+)")