Skip to content

Commit d4120c6

Browse files
committed
remove debug
1 parent 8abb2a2 commit d4120c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MysqliDb.php

-1
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,6 @@ public function __destruct()
13051305
{
13061306
if ($this->isSubQuery)
13071307
return;
1308-
print_r ($this);
13091308
if ($this->_mysqli) {
13101309
$this->_mysqli->close();
13111310
$this->_mysqli = null;

0 commit comments

Comments
 (0)