chore: Remove debug logging statements in Kernel.php
This commit is contained in:
parent
5ad08791ea
commit
b70a78b7aa
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue