Skip to content

Commit 27f1bb0

Browse files
committed
Remove debug-line
1 parent 9d20c20 commit 27f1bb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise/helper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
HEATER_CENTRAL_MEASUREMENTS,
2424
LIMITS,
2525
LOCATIONS,
26-
LOGGER,
2726
NONE,
2827
OFF,
2928
P1_MEASUREMENTS,
@@ -142,7 +141,6 @@ async def _request(
142141
except (
143142
ClientError
144143
) as exc: # ClientError is an ancestor class of ServerTimeoutError
145-
LOGGER.debug("HOI exception: %s", exc)
146144
if retry < 1:
147145
LOGGER.warning(
148146
"Failed sending %s %s to Plugwise Smile, error: %s",

0 commit comments

Comments
 (0)