@@ -78,7 +78,6 @@ class ACATAHSupplyAirTemperatureController:
def build(self) -> float:
if not self.is_off_to_on:
cold_ratio = self.get_cold_ratio()
- logger.debug(cold_ratio)
temperature = self.calculate_by_cold_vav(cold_ratio)
else:
temperature = 25.0
@@ -84,6 +84,5 @@ async def get_next_acatfu_supply_air_temperature_set(project_id: str, device_id:
cold_rate
)
next_temperature_set = controller.get_next_set(is_just_booted)
- logger.debug(next_temperature_set)
return next_temperature_set