Ver código fonte

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

RenierM26 2 anos atrás
pai
commit
d639a83769
1 arquivos alterados com 0 adições e 2 exclusões
  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")