diff --git a/System/Crontab.php b/System/Crontab.php index c409460d..95593cce 100644 --- a/System/Crontab.php +++ b/System/Crontab.php @@ -168,7 +168,6 @@ class Crontab extends BaseObject public function setTimerId(int $timerId): void { $this->timerId = $timerId; - var_dump($this->timerId); }