From 987af33515ba09e6b9094e13a98600c4f1cdea5d Mon Sep 17 00:00:00 2001 From: fyf Date: Wed, 1 Jun 2022 17:48:36 +0800 Subject: [PATCH] yuyu --- DataVAPI/UpAndDown/ProcessServer.cs | 1 - 1 file changed, 1 deletion(-) 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;