This commit is contained in:
邹宗楠
2024-07-10 11:26:11 +08:00
parent 5530ab4d01
commit 28aea06a4c
2 changed files with 0 additions and 9 deletions

View File

@@ -105,10 +105,6 @@ func handleConn(c net.Conn) error {
c.Write([]byte("ok"))
return err
}
if printNo == "120220915001467" {
globals.SugarLogger.Debugf("=========heartbeat : %s", utils.Format4Output(heartbeat, false))
globals.SugarLogger.Debugf("=========callback : %s", utils.Format4Output(callback, false))
}
if heartbeat {
// 证明是心跳
Heartbeat(c, t, data, printNo)