From d7525a0baed4325caf485698662f54b0de336933 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 3 Aug 2021 13:50:33 +0800 Subject: [PATCH] aa --- business/jxstore/event/event_tcp.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index e83d1392a..8fc9e5d2e 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -51,9 +51,6 @@ func (t *TcpClient) handleConn(c net.Conn) { } else { fmt.Println("ReadString err", err) } - if printNo != "" { - t.clear(printNo) - } return } //也可能是查状态的(openAPI外部查询,一次性的)