Remove extraneous debug print

This commit is contained in:
RichardG867
2022-01-25 18:17:23 -03:00
parent c7ee8f05c7
commit ecd6854975

View File

@@ -1121,7 +1121,6 @@ class BonusAnalyzer(Analyzer):
if device_id != b'\x00\x00\x00\x00' or vendor or device:
# Add PnP ID (endianness swapped to help the front-end in
# processing it), vendor name and device name to the list.
print(device_id)
self.oroms.append((struct.unpack('>I', device_id)[0], vendor, device))
# This analyzer should never return True.