forked from platypush/platypush
Removed a debug print
This commit is contained in:
parent
687a91dad3
commit
bc1289f2a9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue