From 8b31d51e26c67c4326c80cf0ac420c8e753c37ef Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Fri, 7 Mar 2025 19:05:19 +0300 Subject: [PATCH] [ERP-356] remove debug info --- erp24/services/SiteService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/erp24/services/SiteService.php b/erp24/services/SiteService.php index e27a5fb0..f5b44ef1 100644 --- a/erp24/services/SiteService.php +++ b/erp24/services/SiteService.php @@ -10,7 +10,6 @@ class SiteService { $result = null; try { $url = getenv('SITE_API_URL') . '/v1/order-logs'; - LogService::apiErrorLog(json_encode(["error_id" => 7, "error" => "!!!!!!!!!!!!!: " . $url], JSON_UNESCAPED_UNICODE)); $result = $client->post($url, [ 'json' => [ 'phone' => $phone, -- 2.39.5