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); }