Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
srwi committed Feb 20, 2024
1 parent e89be51 commit 37b6434
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mocksign/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def place_signature(self, page_number: int, signature: Signature, identifier: in
raise RuntimeError(f"Signature with identifier {identifier} already exists on page {i}.")

self._signatures[page_number][identifier] = signature
print(self._signatures)

def delete_signature(self, identifier: int) -> None:
for i, page_signatures in enumerate(self._signatures):
Expand Down

0 comments on commit 37b6434

Please sign in to comment.