From 5aae1f0ba42c0f22ba99c373867a114962bf6e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 6 Jul 2021 16:29:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Shutdown.php | 1 - 1 file changed, 1 deletion(-) diff --git a/HttpServer/Shutdown.php b/HttpServer/Shutdown.php index 942263c4..18f57811 100644 --- a/HttpServer/Shutdown.php +++ b/HttpServer/Shutdown.php @@ -112,7 +112,6 @@ class Shutdown extends Component if (empty($values)) return false; $diff = array_diff($values, $this->getPidS()); - var_dump($diff); foreach ($diff as $value) { $this->pidIsExists($value); }