Remove logging

This commit is contained in:
Jazzzny
2023-09-29 17:54:28 -04:00
parent ce0928ba38
commit 3bf92c3587

View File

@@ -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)"