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: