configure: remove debugging print statement

This commit is contained in:
Peter F. Patel-Schneider 2022-09-30 01:25:35 -04:00
parent 333a5083c1
commit a97070e60e
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ def persister(device):
_load()
entry = None
modelId = device.modelId if device.modelId != '000000000000' else device.name if device.modelId else None
print('PERSISTER for', device.name, device.wpid, device.serial, device.modelId, device.unitId, modelId)
for c in _config:
if isinstance(c, _DeviceEntry) and match(device.wpid, device.serial, modelId, device.unitId, c):
entry = c