diff --git a/Database/Connection.php b/Database/Connection.php index bd2fd780..70ef5ee3 100644 --- a/Database/Connection.php +++ b/Database/Connection.php @@ -267,7 +267,6 @@ class Connection extends Component */ public function createCommand($sql = null, $attributes = []): Command { - var_dump($sql); $command = new Command(['db' => $this, 'sql' => $sql]); return $command->bindValues($attributes); }