mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-18 22:50:26 +01:00
remove debugging output
This commit is contained in:
parent
c30740c4e3
commit
aa29836039
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue