Skip to content

Commit fd69e01

Browse files
committed
removed debug junk
1 parent 9e78563 commit fd69e01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MysqliDb.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,8 +988,6 @@ public function rollback () {
988988
public function _transaction_status_check () {
989989
if (!$this->_transaction_in_progress)
990990
return;
991-
992-
echo "rolling all back";
993991
$this->rollback ();
994992
}
995993
} // END class

0 commit comments

Comments
 (0)