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())
|
matches = factory_regex.match(line.decode())
|
||||||
if matches:
|
if matches:
|
||||||
drivers = [s.strip() for s in matches[1].split(", ")]
|
drivers = [s.strip() for s in matches[1].split(", ")]
|
||||||
logger.debug(drivers)
|
|
||||||
|
|
||||||
return driver in drivers
|
return driver in drivers
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
|
Loading…
Reference in New Issue
Block a user