From 6bd251f60b9a297d7960a71904cacd5fca9d99b7 Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Wed, 12 Nov 2025 15:31:20 +0900 Subject: [PATCH] trafficmonitor init...2 --- app/Services/CommonService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Services/CommonService.php b/app/Services/CommonService.php index 4adc8c8..f23c213 100644 --- a/app/Services/CommonService.php +++ b/app/Services/CommonService.php @@ -148,7 +148,6 @@ abstract class CommonService $formDatas = (array)$dto; //입력값 검증 if (!$this->getFormService()->validate($formDatas)) { - log_message("error", implode("\n", service('validation')->getErrors())); throw new ValidationException(implode("\n", service('validation')->getErrors())); } return $this->create_process($formDatas);