From aa2983603994d387a8f030d5513ba477c887872f Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 10 Apr 2020 17:21:53 +0200 Subject: [PATCH] remove debugging output --- owrx/feature.py | 1 - 1 file changed, 1 deletion(-) diff --git a/owrx/feature.py b/owrx/feature.py index 47ac631..12b14aa 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -253,7 +253,6 @@ class FeatureDetector(object): matches = factory_regex.match(line.decode()) if matches: drivers = [s.strip() for s in matches[1].split(", ")] - logger.debug(drivers) return driver in drivers except FileNotFoundError: