From 9ac52afb8bf6e85a7fd0cd9b025fb8f120eb18b4 Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Thu, 22 Jan 2026 11:21:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D1=87=D0=BD=D0=B0=D1=8F=20=D1=81?= =?UTF-8?q?=D1=81=D1=8B=D0=BB=D0=BA=D0=B0=20=D0=BD=D0=B0=20$logFile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DataService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/DataService.php b/src/DataService.php index c5b49ef..e987b3f 100644 --- a/src/DataService.php +++ b/src/DataService.php @@ -56,7 +56,6 @@ class DataService $whereSql $orderSql LIMIT :limit OFFSET :offset"; - file_put_contents($logFile, "Final SQL: " . preg_replace('/\s+/', ' ', $sql) . "\n\n", FILE_APPEND); $stmt = $this->pdo->prepare($sql); foreach ($params as $k => $v) {