Просмотр исходного кода

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

RenierM26 2 лет назад
Родитель
Сommit
d639a83769
1 измененных файлов с 0 добавлено и 2 удалено
  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")