chore: Remove debug logging statements in Kernel.php
This commit is contained in:
parent
5ad08791ea
commit
b70a78b7aa
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user