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