diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index d67a26720..0c9f59f90 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -140,13 +140,11 @@ private function check_scheduled_tasks($schedule) } if ($application) { if (str($application->status)->contains('running') === false) { - ray('application not running, skipping'); continue; } } if ($service) { if (str($service->status)->contains('running') === false) { - ray('service not running, skipping'); continue; } }