This commit is contained in:
邹宗楠
2022-12-16 11:04:14 +08:00
parent 2ca0df3f40
commit c75d1a66c5
2 changed files with 0 additions and 3 deletions

View File

@@ -158,7 +158,6 @@ func (t *TcpClient) HandleTcpMessages(printNo string) {
if !t.isExistMsg(printNo) {
return
}
globals.SugarLogger.Debugf("HandleTcpMessages printNo: %s", printNo)
go func() {
for {
select {