mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Remove debug statements!
This commit is contained in:
parent
93cd7bfc5d
commit
794a11db21
@ -59,9 +59,6 @@ class WemoSwitch(SwitchDevice):
|
||||
if not is_on:
|
||||
return STATE_OFF
|
||||
elif self.is_standby:
|
||||
print(STATE_STANDBY)
|
||||
print(self.wemo)
|
||||
# import pdb; pdb.set_trace()
|
||||
return STATE_STANDBY
|
||||
return STATE_ON
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user