From e6c051ad24ddf02b14cdbe4c13495fd082c61e21 Mon Sep 17 00:00:00 2001 From: xl Date: Wed, 4 Sep 2024 10:28:59 +0800 Subject: [PATCH] eee --- HotReload.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/HotReload.php b/HotReload.php index c4e684f..0c9638b 100644 --- a/HotReload.php +++ b/HotReload.php @@ -122,7 +122,6 @@ class HotReload extends AbstractProcess } Event::add($this->inotify, fn () => $this->check()); Event::cycle(fn () => function () { - var_dump($this->isStop()); if ($this->isStop()) { return; } @@ -159,8 +158,6 @@ class HotReload extends AbstractProcess if ($isReloading) { return; } - - var_dump($this->isStop()); if ($this->isStop()) { return; }