Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrisb committed Jun 9, 2023
1 parent 4bd36b5 commit a59921b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e3dc/_e3dc.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ def poll_switches(
switchStatus = self.sendRequestTag(
"HA_REQ_ACTUATOR_STATES", keepAlive=keepAlive
)
print(switchStatus)
descList = switchDesc[2] # get the payload of the container
statusList = switchStatus[2]

Expand Down

0 comments on commit a59921b

Please sign in to comment.