From 59e117ad7cef58c5740a000214aa69a0d3213703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 17 Mar 2023 10:07:07 +0800 Subject: [PATCH] 1 --- business/jxstore/event/event_tcp.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 309d7a069..13a12fd9a 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -63,7 +63,6 @@ func (t *TcpClient) handleConn(c net.Conn) error { //看是心跳还是打印回调 data := hex.EncodeToString(buffer[:n]) - globals.SugarLogger.Debugf("========shuju:=%s", data) if strings.Contains(string(buffer[0:n]), "print_no_clear") { // 清理缓存 param := struct { PrintNoClear json.Number `json:"print_no_clear"`