mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore: remove dev log
This commit is contained in:
parent
c268536a45
commit
ebc9b19344
1 changed files with 0 additions and 7 deletions
|
|
@ -16,11 +16,6 @@ class ComplexStatusCheck
|
|||
|
||||
public function handle(Application $application, DockerInspectCache $dockerInspectCache = new DockerInspectCache())
|
||||
{
|
||||
Log::info('Docker inspect cache size', [
|
||||
'entries' => count($dockerInspectCache->data),
|
||||
]);
|
||||
dump('Cache entries b4:', count($dockerInspectCache->data));
|
||||
|
||||
$servers = $application->additional_servers;
|
||||
$servers->push($application->destination->server);
|
||||
foreach ($servers as $server) {
|
||||
|
|
@ -78,8 +73,6 @@ class ComplexStatusCheck
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
dump('Cache entries after:', count($dockerInspectCache->data));
|
||||
}
|
||||
|
||||
private function aggregateContainerStatuses($application, $containers)
|
||||
|
|
|
|||
Loading…
Reference in a new issue