Commit fd69e015 authored by Alexander Butenko's avatar Alexander Butenko

removed debug junk

parent 9e785639
...@@ -988,8 +988,6 @@ class MysqliDb ...@@ -988,8 +988,6 @@ class MysqliDb
public function _transaction_status_check () { public function _transaction_status_check () {
if (!$this->_transaction_in_progress) if (!$this->_transaction_in_progress)
return; return;
echo "rolling all back";
$this->rollback (); $this->rollback ();
} }
} // END class } // END class
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment