Skip to content

Commit

Permalink
FIXUP: remove duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplow committed Aug 22, 2023
1 parent 4974152 commit 378ec1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dangerzone/conversion/doc_to_pixels.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,6 @@ def pdftoppm_progress_callback(line: bytes) -> None:
):
shutil.move(filename, "/tmp/dangerzone")

if not running_on_qubes():
# Write debug information (containers version)
with open("/tmp/dangerzone/captured_output.txt", "wb") as container_log:
container_log.write(self.captured_output)

async def install_libreoffice_ext(self, libreoffice_ext: str) -> None:
self.update_progress(f"Installing LibreOffice extension '{libreoffice_ext}'")
unzip_args = [
Expand Down

0 comments on commit 378ec1c

Please sign in to comment.