From 3bf92c35875feeab4c757af276b5ed6d0e8221f7 Mon Sep 17 00:00:00 2001 From: Jazzzny Date: Fri, 29 Sep 2023 17:54:28 -0400 Subject: [PATCH] Remove logging --- resources/wx_gui/gui_download.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/wx_gui/gui_download.py b/resources/wx_gui/gui_download.py index 8e456ab18..fb5a45656 100644 --- a/resources/wx_gui/gui_download.py +++ b/resources/wx_gui/gui_download.py @@ -71,8 +71,6 @@ class DownloadFrame(wx.Frame): percentage: int = round(self.download_obj.get_percent()) if percentage == 0: percentage = 1 - - logging.info(f"Download progress: {percentage}%") if percentage == -1: amount_str = f"{utilities.human_fmt(self.download_obj.downloaded_file_size)} downloaded ({utilities.human_fmt(self.download_obj.get_speed())}/s)"