Skip to content

Commit b4620d5

Browse files
committed
Uncomment logging
1 parent 9ec6c9f commit b4620d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

simplyprint_duet3d/duet/api.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ async def rr_model(
169169
array: Optional[int] = 0,
170170
) -> dict:
171171
"""rr_model Get Machine Model."""
172-
# self.logger.debug(
173-
# f"rr_model: key={key}, frequently={frequently},"
174-
# f" verbose={verbose}, include_null={include_null},"
175-
# f" include_obsolete={include_obsolete}, depth={depth}, array={array}",
176-
# )
172+
self.logger.debug(
173+
f"rr_model: key={key}, frequently={frequently},"
174+
f" verbose={verbose}, include_null={include_null},"
175+
f" include_obsolete={include_obsolete}, depth={depth}, array={array}",
176+
)
177177

178178
await self._ensure_session()
179179

0 commit comments

Comments
 (0)