Explorar el Código

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

RenierM26 hace 2 años
padre
commit
d639a83769
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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")