Skip to content

Commit 4233563

Browse files
committed
Removed var_dump from debugging....
1 parent 52c3e2f commit 4233563

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/classes/mysqlims.class.php

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ class mysqlims extends mysqli
1818
*/
1919
public function __construct($main, $slave = false, $strict = false)
2020
{
21-
var_dump($main);
22-
var_dump($slave);
2321
if ($strict) {
2422
$this->mysqliW = new mysqli_strict($main['host'],
2523
$main['user'], $main['pass'],

0 commit comments

Comments
 (0)