Skip to content

Commit 0863d8c

Browse files
committed
update logging level
1 parent 76f1e27 commit 0863d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hct/cooling_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def calc_effective_fin_surface(eta_fin: float, geometry: Geometry) -> float:
5353
:return: effective fin area
5454
"""
5555
a_eff_fin = geometry.number_fins_n * (2 * geometry.height_c * eta_fin + geometry.fin_distance_s) * geometry.length_l
56-
logger.info(f"{a_eff_fin=}")
56+
logger.debug(f"{a_eff_fin=}")
5757
return a_eff_fin
5858

5959
def calc_fin_efficiency(geometry: Geometry, constants: Constants, heat_transfer_coefficient_h: float) -> float:

0 commit comments

Comments
 (0)