From dade48c612b0f09c4aec8168c87802ce5bc1e655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Fri, 11 Apr 2025 15:18:13 +0900 Subject: [PATCH] dbms_primeidc_init...1 --- extdbms/lib/Controllers/DBMS/GearlistController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extdbms/lib/Controllers/DBMS/GearlistController.php b/extdbms/lib/Controllers/DBMS/GearlistController.php index 66f14d5..dc6600c 100644 --- a/extdbms/lib/Controllers/DBMS/GearlistController.php +++ b/extdbms/lib/Controllers/DBMS/GearlistController.php @@ -38,8 +38,6 @@ class GearlistController extends DBMSController $spec = $lineup_explode[0]; $cpu = $entity->getCPUName(); $entity->all = $this->getServerService()->getCountByMode("all", $cpu, $spec); - var_dump($entity); - exit; $entity->use = $this->getServerService()->getCountByMode("use", $cpu, $spec); $entity->empty = $this->getServerService()->getCountByMode("empty", $cpu, $spec); $entity->format = $this->getServerService()->getCountByMode("format", $cpu, $spec); @@ -55,6 +53,8 @@ class GearlistController extends DBMSController $entities = []; foreach ($gearlistEntities as $idx => $gearlistEntity) { $entities[] = $this->setMode($gearlistEntity); + var_dump($entities); + exit; } $this->entities = $entities; return $this->render(__FUNCTION__);