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,每个打印机一个,放打印消息和打印回调消息