Remove debugging info

This commit is contained in:
Viktor Dragomiretskyy 2020-07-10 15:43:41 +12:00
parent 95f9cbfe72
commit 0dbd04c972

View file

@ -15,7 +15,6 @@ supported_devices=[
def custom_match(d):
print(d.address)
return (d.idVendor, d.idProduct) in supported_devices
class Usb():