highing666 %!s(int64=3) %!d(string=hai) anos
pai
achega
45628b0298
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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