diff --git a/src/Connection.php b/src/Connection.php index 287b636..4c1c1b2 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -197,13 +197,6 @@ class Connection extends Component */ public function masterInstance(): PDO { - var_dump([ - 'cds' => $this->cds, - 'username' => $this->username, - 'password' => $this->password, - 'attributes' => $this->attributes, - 'dbname' => $this->database - ]); return $this->connections()->get([ 'cds' => $this->cds, 'username' => $this->username,