Skip to content

Commit 746744d

Browse files
committed
Remove "Checking battery" log message
It is not providing any useful information or details about its context, and it is too noisy. Signed-off-by: Sahas Subramanian <[email protected]>
1 parent f6f345f commit 746744d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/frequenz/sdk/microgrid/_power_distributing/_component_managers/_battery_manager.py

-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ def _check_request(
400400
return Error(request=request, msg="Empty battery IDs in the request")
401401

402402
for battery in request.component_ids:
403-
_logger.debug("Checking battery %d", battery)
404403
if battery not in self._battery_caches:
405404
msg = (
406405
f"No battery {battery}, available batteries: "

0 commit comments

Comments
 (0)