From d185d363561ab3622ff09f83bc5f14d38498f385 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Tue, 19 Sep 2023 10:24:44 +0800
Subject: [PATCH] mqtt连接

---
 src/mqtt/index.ts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mqtt/index.ts b/src/mqtt/index.ts
index 2028edc..6b5eee4 100644
--- a/src/mqtt/index.ts
+++ b/src/mqtt/index.ts
@@ -34,7 +34,6 @@
       ...OPTIONS,
       ...this._options,
     })
-    console.log(this._client, 'client')
     this._hasInit = true
     if (this._client) {
       this._client.on('reconnect', this._onReconnect)

--
Gitblit v1.9.3