chore: Remove debug logging statements in Kernel.php

This commit is contained in:
Andras Bacsai 2024-05-14 13:04:17 +02:00
parent 5ad08791ea
commit b70a78b7aa

View File

@ -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;
}
}