Dispatcher Service: Remove duplicate polling complete message (#10290)

This commit is contained in:
Tony Murray
2019-05-31 20:04:29 -05:00
committed by GitHub
parent 41623f2894
commit 15d72c23b0

View File

@@ -397,7 +397,6 @@ class PollerQueueManager(QueueManager):
error('Polling device {} failed! {}'.format(device_id, e))
self.unlock(device_id)
else:
info('Polling complete {}'.format(device_id))
self.unlock(device_id)
else:
debug('Tried to poll {}, but it is locked'.format(device_id))