diff --git a/arango/collection.py b/arango/collection.py index 181ac001..562257f5 100644 --- a/arango/collection.py +++ b/arango/collection.py @@ -1867,6 +1867,7 @@ def response_handler( body["_old_rev"] = body.pop("_oldRev") results.append(body) else: + print(body) sub_resp = self._conn.prep_bulk_err_response(resp, body) results.append(DocumentInsertError(sub_resp, request))