diff --git a/kiri-engine/FileListen/HotReload.php b/kiri-engine/FileListen/HotReload.php index 49a9802e..ff117182 100644 --- a/kiri-engine/FileListen/HotReload.php +++ b/kiri-engine/FileListen/HotReload.php @@ -204,7 +204,6 @@ class HotReload extends Command public function trigger_reload(string $path = '') { $this->logger->warning('change reload'); - var_dump($path); if (!empty($path) && str_starts_with($path, CONTROLLER_PATH)) { $pid = file_get_contents(storage('.swoole.pid')); if (!empty($pid) && Process::kill($pid, 0)) {