删除 废弃的日志输出

This commit is contained in:
eson 2023-11-14 12:03:08 +08:00
parent ff7934e1c6
commit fc8e41bb6f

View File

@ -126,7 +126,6 @@ func queueHandler(w http.ResponseWriter, r *http.Request) {
})
logIntervalTimeHandler.Notify(countPutPop)
// 打印消息
log.Printf("source: [%s] 数据 推送到unity [%s]\n", item.Source, raddr.String())
}
}