From 8d37ff15e0a4cddc94401d4f5e8403c97eb98bb8 Mon Sep 17 00:00:00 2001 From: deeplow Date: Tue, 26 Sep 2023 12:16:48 +0100 Subject: [PATCH] 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. --- dangerzone/isolation_provider/qubes.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dangerzone/isolation_provider/qubes.py b/dangerzone/isolation_provider/qubes.py index c5e4b85..d04383d 100644 --- a/dangerzone/isolation_provider/qubes.py +++ b/dangerzone/isolation_provider/qubes.py @@ -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