소스 검색

fix a bug

highing666 3 년 전
부모
커밋
45628b0298
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/services/platform.py

+ 0 - 1
app/services/platform.py

@@ -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