diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 447924c15..f4679609a 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -274,8 +274,8 @@ func (t *TcpClient) HandleCheckTcpHeart(key string) { if time.Now().Sub(t.getPrintStatusTime(key)) > time.Minute+time.Second*3 { changePrinterStatus(key, printerStatusOffline) if t.isExist(key) { - t.clear(key) globals.SugarLogger.Debugf("HandleCheckTcpHeart clear...") + t.clear(key) } } }