diff --git a/Abstracts/AsyncServer.php b/Abstracts/AsyncServer.php index 1d4003a..7a123fe 100644 --- a/Abstracts/AsyncServer.php +++ b/Abstracts/AsyncServer.php @@ -197,7 +197,6 @@ class AsyncServer implements ServerInterface public function onSigint($no, array $signInfo): void { try { - Logger::_alert(""); Logger::_alert('Pid ' . getmypid() . ' get signo ' . $no); $this->shutdown(); } catch (\Throwable $exception) {