mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-07 05:51:50 +02:00
FIXUP: remove dead code
This commit is contained in:
parent
995772f324
commit
c28b58fe69
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue