Remove debugging info
This commit is contained in:
parent
95f9cbfe72
commit
0dbd04c972
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ supported_devices=[
|
||||||
|
|
||||||
|
|
||||||
def custom_match(d):
|
def custom_match(d):
|
||||||
print(d.address)
|
|
||||||
return (d.idVendor, d.idProduct) in supported_devices
|
return (d.idVendor, d.idProduct) in supported_devices
|
||||||
|
|
||||||
class Usb():
|
class Usb():
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue