增加调试日志

This commit is contained in:
谷成伟 2024-11-07 15:59:33 +08:00
parent 6cbbcbc8e1
commit d1281dfa53

View File

@ -130,7 +130,6 @@ public class OperationService {
.build();
terminalMessageEventHandler.sendTerminalMessageWithResult(activeNodeId, configUpdate);
} catch (Exception e) {
log.error("设备控制失败 ", e);
throw new ServiceException("设备控制失败 "+ e);
}
}