Browse Source

Accidentally left a print statement during debug. (#35)

RenierM26 2 years ago
parent
commit
d639a83769
1 changed files with 0 additions and 2 deletions
  1. 0 2
      switchbot/__init__.py

+ 0 - 2
switchbot/__init__.py

@@ -410,8 +410,6 @@ class SwitchbotDevice(bluepy.btle.Peripheral):
             finally:
                 self.disconnect()
 
-        print("notify message", notify_msg)
-
         if notify_msg and send_success:
             if notify_msg == b"\x07":
                 _LOGGER.error("Password required")