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) {