Skip to content
Snippets Groups Projects
Commit c55e5ed0 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Remove this silly print

parent 9cd2a79e
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,6 @@ class Switch(AqaraDev): ...@@ -137,7 +137,6 @@ class Switch(AqaraDev):
def on_report(self, data): def on_report(self, data):
status = data.get('status', None) status = data.get('status', None)
print(status)
if status: if status:
self.devices[0].send_notification(status) self.devices[0].send_notification(status)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment