Skip to content

Commit c3418aa

Browse files
authored
Remove leftover print()
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 390096c commit c3418aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/frequenz/sdk/power/_distribution_algorithm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ def _distribute_power( # pylint: disable=too-many-arguments
360360
)
361361

362362
distribution: Dict[int, float] = {}
363-
print(f"{power_w=}")
364363
# sum_ratio == 0 means that all batteries are fully charged / discharged
365364
if is_close_to_zero(sum_ratio):
366365
distribution = {inverter.component_id: 0 for _, inverter in components}

0 commit comments

Comments
 (0)