diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index cf4c500a0..ba7ae9522 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -142,7 +142,7 @@ func ListenTcp() { globals.SugarLogger.Debugf("begin listenTcp port 8000......") go HandleTcpMessages() go HandleCheckTcpHeart() - go doPrint(printMsgChanFail) + //go doPrint(printMsgChanFail) go doPrint2(printMsgChan) for { c, err := l.Accept()