Skip to content
Snippets Groups Projects
Commit 0cf05af2 authored by Jarrod Pas's avatar Jarrod Pas
Browse files

Removes unused variables

parent c53402fd
No related branches found
No related tags found
1 merge request!3Version 0.2
......@@ -128,10 +128,8 @@ def main(args):
trace=trace)
progress = Progress(50, 500, 0.75)
time_per_tick = []
while True:
try:
line = '\r'
for tick in progress:
until = tick / progress.ticks * trace.duration
env.run(until=until)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment