Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Commit

Permalink
remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
jketterl committed Apr 10, 2020
1 parent c30740c commit aa29836
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion owrx/feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ def _has_soapy_driver(self, driver):
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:
Expand Down

0 comments on commit aa29836

Please sign in to comment.