From efb3077bec9921930196bcc3dd74309b0e81a5a6 Mon Sep 17 00:00:00 2001 From: whwyy Date: Mon, 6 Jul 2026 21:21:08 +0800 Subject: [PATCH] eee --- Command.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Command.php b/Command.php index 8193ac9..91f8f2a 100644 --- a/Command.php +++ b/Command.php @@ -177,7 +177,6 @@ class Command extends Component try { $startTime = microtime(true); if (($prepare = $client->prepare($this->sql)) === false) { - var_dump($prepare->errorInfo()); throw new Exception('(' . $prepare->errorInfo()[0] . ')' . $prepare->errorInfo()[2]); }