FIXUP: remove dead code

This commit is contained in:
Alexis Métaireau 2025-03-20 16:37:36 +01:00
parent 995772f324
commit c28b58fe69
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -208,9 +208,6 @@ class TestCliConversion(TestCliBasic):
result = self.run_cli([str(doc), "--output-filename", str(destination)])
result.assert_success()
# When needed, regenerate the reference PDFs by uncommenting the following line:
# reference.parent.mkdir(parents=True, exist_ok=True)
# shutil.copy(destination, reference)
converted = fitz.open(destination)
ref = fitz.open(reference)