注释日志

This commit is contained in:
walker 2023-11-09 14:26:47 +08:00
parent 3a98a65dad
commit 4171b05a7c

View File

@ -231,7 +231,7 @@ func (w *world) run() {
}
}()
for range w.ticker.C {
slog.Debug("世界运行")
// slog.Debug("世界运行")
if w.state == WorldClose {
// 世界正常关闭
w.close()