chore: Remove debug logging statements in Kernel.php
This commit is contained in:
parent
5ad08791ea
commit
b70a78b7aa
@ -140,13 +140,11 @@ class Kernel extends ConsoleKernel
|
|||||||
}
|
}
|
||||||
if ($application) {
|
if ($application) {
|
||||||
if (str($application->status)->contains('running') === false) {
|
if (str($application->status)->contains('running') === false) {
|
||||||
ray('application not running, skipping');
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($service) {
|
if ($service) {
|
||||||
if (str($service->status)->contains('running') === false) {
|
if (str($service->status)->contains('running') === false) {
|
||||||
ray('service not running, skipping');
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user