Removed a debug print

This commit is contained in:
Fabio Manganiello 2017-12-11 04:18:47 +01:00
parent 687a91dad3
commit bc1289f2a9
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ class LightHuePlugin(LightPlugin):
elif lights:
self.bridge.set_light(lights, attr, *args)
except Exception as e:
print(e)
logging.exception(e)
# Reset bridge connection
self.bridge = None