Removed var_dump from debugging....

This commit is contained in:
Tiago Peralta 2017-12-08 23:11:19 +00:00
parent 52c3e2ff93
commit 4233563573

View File

@ -18,8 +18,6 @@ class mysqlims extends mysqli
*/ */
public function __construct($main, $slave = false, $strict = false) public function __construct($main, $slave = false, $strict = false)
{ {
var_dump($main);
var_dump($slave);
if ($strict) { if ($strict) {
$this->mysqliW = new mysqli_strict($main['host'], $this->mysqliW = new mysqli_strict($main['host'],
$main['user'], $main['pass'], $main['user'], $main['pass'],