Skip to content

Commit

Permalink
removed debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jake authored and jake committed Feb 2, 2024
1 parent 942cfd6 commit b0e7e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internetarchive/iarequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ def prepare_patch(metadata, source_metadata, append, append_list=None, insert=No
src_val = source_metadata.get(patch_parts[1], [])[index]
p_test = {'op': 'test', 'path': p['path'], 'value': src_val}
patch_tests.append(p_test)

final_patch = patch_tests + patch
print(f"final patch being submitted to archive.org: {final_patch}")

return final_patch

Expand Down

0 comments on commit b0e7e75

Please sign in to comment.