From d78f392625ceac16fef7503b15dd00deaf3eb912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 10 Jan 2023 11:15:37 +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 3312920a9..23316223d 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -73,7 +73,6 @@ func (t *TcpClient) handleConn(c net.Conn) { printNoData, _ := hex.DecodeString(data[len(heartText) : len(data)-8]) printNo = string(printNoData) status := printStatus2JxStatus(data[len(data)-8 : len(data)-6]) - //globals.SugarLogger.Debugf("输出打印机编号printNo:[%s],和状态printStatus[%d],打印时间time:[%v]", printNo, status, time.Now()) //如果没在连接池里 //1、加到连接池中,不同的打印机no开不同的goroutine //2、初始化channel,每个打印机一个,放打印消息和打印回调消息