Skip to content

Commit dbf0b65

Browse files
committed
Remove stale print
1 parent 249e172 commit dbf0b65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dingz/dingz.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ async def turn_off(self) -> None:
138138

139139
async def set_timer(self, data) -> None:
140140
"""Set a timer."""
141-
print(data)
142141
url = URL(self.uri).join(URL(TIMER))
143142
await make_call(self, uri=url, method="POST", json_data=data)
144143

0 commit comments

Comments
 (0)