From 257e59b79f2c925020584a56988ad58d87f49f66 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 20 Dec 2022 23:42:29 +0800 Subject: [PATCH] remove debug log --- src/ZM/Utils/ConnectionUtil.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ZM/Utils/ConnectionUtil.php b/src/ZM/Utils/ConnectionUtil.php index 4eb2830e..5a6d2a83 100644 --- a/src/ZM/Utils/ConnectionUtil.php +++ b/src/ZM/Utils/ConnectionUtil.php @@ -49,7 +49,6 @@ class ConnectionUtil */ public static function setConnection(int $fd, array $handle): void { - logger()->notice('设置连接情况:' . json_encode($handle)); self::$connection_handles[$fd] = array_merge(self::$connection_handles[$fd] ?? [], $handle); // 这里下面为连接准入,允许接入反向 WS if (ProcessStateManager::$process_mode['worker'] > 1) {