WIDESEAWCS_Server/WIDESEAWCS_Communicator/Siemens/SiemensS7Communicator.cs
@@ -591,7 +591,6 @@ LogNet.WriteException(Name, $"【{Name}】PLC读取异常,地址:【{address}】,错误信息:【{ex.Message}】", ex); throw new CommunicationException(ex.Message, CommunicationErrorType.ReadException, innerException: ex); } } #endregion @@ -647,7 +646,6 @@ { LogNet.WriteInfo(Name, stringBuilder.ToString()); } } #endregion