Sfoglia il codice sorgente

fix an param error

highing666 3 anni fa
parent
commit
0b38e2c31a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/controllers/equipment/pau/switch.py

+ 0 - 1
app/controllers/equipment/pau/switch.py

@@ -39,7 +39,6 @@ async def build_acatfu_switch_set(params: ACATFUSwitchSetRequest) -> str:
         off_time=params.off_time
     )
     action = await PAUSwitch(pau).build_next_action(params.is_workday)
-    logger.debug(action)
     if not params.is_workday:
         action = 'off'