mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 22:50:51 +10:00
Remove logging
This commit is contained in:
@@ -72,8 +72,6 @@ class DownloadFrame(wx.Frame):
|
||||
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)"
|
||||
progress_bar.Pulse()
|
||||
|
||||
Reference in New Issue
Block a user