|
@@ -236,7 +236,6 @@ class DataPlatformService(Service):
|
|
|
|
|
|
async def get_air_flow_limit(self, equipment_id: str) -> Tuple[float, float]:
|
|
|
lower = await self.get_static_info('MinAirFlow', equipment_id)
|
|
|
- logger.debug(lower)
|
|
|
upper = await self.get_static_info('MaxAirFlow', equipment_id)
|
|
|
if lower is None:
|
|
|
lower = 150.0
|