From 4171b05a7c23c3e40a755ccd7d08b4cfd6aa26a0 Mon Sep 17 00:00:00 2001 From: walker Date: Thu, 9 Nov 2023 14:26:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- world.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world.go b/world.go index 3d118eb..f631630 100644 --- a/world.go +++ b/world.go @@ -231,7 +231,7 @@ func (w *world) run() { } }() for range w.ticker.C { - slog.Debug("世界运行") + // slog.Debug("世界运行") if w.state == WorldClose { // 世界正常关闭 w.close()