[UPDATE] Removed debug echo output
This commit is contained in:
parent
67a6d9aff4
commit
e8d460cfe6
@ -306,7 +306,6 @@ class Transaction extends Base {
|
||||
");
|
||||
if ($this->checkStmt($stmt) && $stmt->execute() && $result = $stmt->get_result())
|
||||
return $result->fetch_all(MYSQLI_ASSOC);
|
||||
echo $this->mysqli->error;
|
||||
return $this->sqlError();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user