From ec8f0849ee3fdbd8ad20b0e941a8df599a6bdac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 10 Nov 2021 11:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Command.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Command.php b/src/Command.php index 8e93c9e..e581903 100644 --- a/src/Command.php +++ b/src/Command.php @@ -120,7 +120,6 @@ class Command extends Component $time = microtime(true); if ($type === static::EXECUTE) { $result = $this->db->getConnect($this->sql)->execute($this->sql,$this->params); - var_dump($this->sql,$this->params); } else { $result = $this->search($type); }