From 5a2b6169cd93256c733cca65ddfef9c7bc4c084d Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 1 Mar 2021 00:56:30 +0800 Subject: [PATCH] modify --- HttpServer/Events/OnWorkerStart.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/HttpServer/Events/OnWorkerStart.php b/HttpServer/Events/OnWorkerStart.php index 6d33d6c5..7843a4ec 100644 --- a/HttpServer/Events/OnWorkerStart.php +++ b/HttpServer/Events/OnWorkerStart.php @@ -35,8 +35,6 @@ class OnWorkerStart extends Callback Coroutine::set(['enable_deadlock_check' => false]); Snowflake::app()->stateInit(); - $this->isPrint = false; - $this->debug(sprintf('System#%d start.', $worker_id)); if ($worker_id >= $server->setting['worker_num']) { $this->onTask($server, $worker_id);