From 26126771f46637dd94d9062adc29a0a69892e12b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=87=E5=B3=B0?= Date: Wed, 3 Jun 2026 20:26:15 +0800 Subject: [PATCH] up --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 791ab5d..b3d5a3a 100644 --- a/main.go +++ b/main.go @@ -242,7 +242,7 @@ func startMQTTServer(cfg *config, store *store) (*mqtt.Server, string, error) { // printJSON 将记录编码为 JSON 后按数据包类型着色输出。 func printJSON(record map[string]any) { - printJSONBytes(record, mqtpp.MustJSON(record)) + //printJSONBytes(record, mqtpp.MustJSON(record)) } // printJSONBytes 使用已编码好的 JSON 文本,并根据记录 type 选择控制台颜色。