mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
Remove duplicated Qubes message: "Safe PDF Created"
Fixes #555. This is a leftover from when we didn't have progress reports from the second stage conversion (AKA. pixels to PDF) in #429.
This commit is contained in:
parent
a67c080898
commit
8d37ff15e0
1 changed files with 0 additions and 4 deletions
|
@ -183,10 +183,6 @@ class Qubes(IsolationProvider):
|
||||||
PixelsToPDF(progress_callback=print_progress_wrapper).convert(ocr_lang)
|
PixelsToPDF(progress_callback=print_progress_wrapper).convert(ocr_lang)
|
||||||
)
|
)
|
||||||
|
|
||||||
percentage = 100.0
|
|
||||||
text = "Safe PDF created"
|
|
||||||
self.print_progress_trusted(document, False, text, percentage)
|
|
||||||
|
|
||||||
shutil.move(CONVERTED_FILE_PATH, document.output_filename)
|
shutil.move(CONVERTED_FILE_PATH, document.output_filename)
|
||||||
success = True
|
success = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue