Skip to content

Commit d639a83

Browse files
authored
Accidentally left a print statement during debug. (#35)
1 parent db75e9f commit d639a83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

switchbot/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,6 @@ def _sendcommand(self, key: str, retry: int, timeout: int | None = None) -> byte
410410
finally:
411411
self.disconnect()
412412

413-
print("notify message", notify_msg)
414-
415413
if notify_msg and send_success:
416414
if notify_msg == b"\x07":
417415
_LOGGER.error("Password required")

0 commit comments

Comments
 (0)