mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-08 14:05:41 +08:00
Remove WIP restore logs
This commit is contained in:
parent
3797e56919
commit
d4394f137a
1 changed files with 0 additions and 2 deletions
|
@ -380,8 +380,6 @@ def gui_thread_runner(
|
||||||
/ len(restore_speed_history)
|
/ len(restore_speed_history)
|
||||||
).human_iec_bytes
|
).human_iec_bytes
|
||||||
)
|
)
|
||||||
restore_data["loop_counter"] = loop_counter
|
|
||||||
restore_data["mod"] = loop_counter % TOTAL_AVERAGE_INTERVAL
|
|
||||||
if loop_counter % TOTAL_AVERAGE_INTERVAL == 0:
|
if loop_counter % TOTAL_AVERAGE_INTERVAL == 0:
|
||||||
average_speed_history.append(
|
average_speed_history.append(
|
||||||
sum(restore_speed_history)
|
sum(restore_speed_history)
|
||||||
|
|
Loading…
Add table
Reference in a new issue