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:
deeplow 2023-09-26 12:16:48 +01:00
parent a67c080898
commit 8d37ff15e0
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -183,10 +183,6 @@ class Qubes(IsolationProvider):
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)
success = True