mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-19 13:46:05 +10:00
gui: Strip unneeded print
This commit is contained in:
@@ -1394,7 +1394,6 @@ class wx_python_gui:
|
|||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
output = float(utilities.monitor_disk_output(disk))
|
output = float(utilities.monitor_disk_output(disk))
|
||||||
bytes_written = output - default_output
|
bytes_written = output - default_output
|
||||||
print(bytes_written)
|
|
||||||
if thread.is_alive():
|
if thread.is_alive():
|
||||||
self.progress_bar.SetValue(bytes_written)
|
self.progress_bar.SetValue(bytes_written)
|
||||||
self.progress_label.SetLabel(f"Bytes Written: {round(bytes_written, 2)}MB")
|
self.progress_label.SetLabel(f"Bytes Written: {round(bytes_written, 2)}MB")
|
||||||
|
|||||||
Reference in New Issue
Block a user