Commit fd69e015 authored by Alexander Butenko's avatar Alexander Butenko

removed debug junk

parent 9e785639
......@@ -988,8 +988,6 @@ class MysqliDb
public function _transaction_status_check () {
if (!$this->_transaction_in_progress)
return;
echo "rolling all back";
$this->rollback ();
}
} // 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