修改语音调试

This commit is contained in:
邹宗楠
2022-07-27 17:48:44 +08:00
parent d5848e415c
commit f077bf4283
3 changed files with 24 additions and 27 deletions

View File

@@ -246,7 +246,6 @@ func (t *TcpClient) doPrint(key string) (err error) {
close(t.TimeoutMap[key])
} else {
globals.SugarLogger.Debugf("handleTcpMessages success, data: %v", hex.EncodeToString(data))
globals.SugarLogger.Debugf("data================: %v", "1e00140200ff50bc147df3d71b401B59415515ff")
//等待回调
dataStr := <-t.CallBackMap[printMsg.PrintNo]
if dataStr != "" {