diff --git a/DataVAPI/UpAndDown/ProcessServer.cs b/DataVAPI/UpAndDown/ProcessServer.cs index f8e9b6a..7b4c303 100644 --- a/DataVAPI/UpAndDown/ProcessServer.cs +++ b/DataVAPI/UpAndDown/ProcessServer.cs @@ -78,7 +78,6 @@ namespace DataVAPI.UpAndDown ConsoleHelper.WriteErrorLine($"阿里云【Transit】连接失败"); } - IOTDevServer.UNConnectMqtt += new Action((o) => { ConsoleHelper.WriteSuccessLine(o); }); IOTDevServer.DevIOTAction += DevIOTActionHandler;