mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
remove debugging output
This commit is contained in:
parent
c30740c4e3
commit
aa29836039
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue