gui: Strip unneeded print

This commit is contained in:
Mykola Grymalyuk
2022-02-04 13:31:30 -07:00
parent 2473daee2b
commit 39758fec20

View File

@@ -1394,7 +1394,6 @@ class wx_python_gui:
time.sleep(0.1)
output = float(utilities.monitor_disk_output(disk))
bytes_written = output - default_output
print(bytes_written)
if thread.is_alive():
self.progress_bar.SetValue(bytes_written)
self.progress_label.SetLabel(f"Bytes Written: {round(bytes_written, 2)}MB")