From d1af1b8337591363e60c286348501a841138dbb3 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期四, 24 十二月 2020 16:00:09 +0800
Subject: [PATCH] 20201224-3

---
 HDL_ON/DAL/Mqtt/MqttClient.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/HDL_ON/DAL/Mqtt/MqttClient.cs b/HDL_ON/DAL/Mqtt/MqttClient.cs
index fb5d3b5..eb7a731 100644
--- a/HDL_ON/DAL/Mqtt/MqttClient.cs
+++ b/HDL_ON/DAL/Mqtt/MqttClient.cs
@@ -291,12 +291,12 @@
                                             packet.Bytes = e.ApplicationMessage.Payload;
                                         }
 #if DEBUG
-                                        string ddd = "";
-                                        foreach (var bb in packet.Bytes)
-                                        {
-                                            ddd += bb + ",";
-                                        }
-                                        MainPage.Log($"mqtt bus data:{ddd}");
+                                        //string ddd = "";
+                                        //foreach (var bb in packet.Bytes)
+                                        //{
+                                        //    ddd += bb + ",";
+                                        //}
+                                        //MainPage.Log($"mqtt bus data:{ddd}");
 #endif
                                         packet.Manager();
                                     }

--
Gitblit v1.8.0