diff --git a/record_dus b/record_dus index 6e77810..8e8099d 100755 --- a/record_dus +++ b/record_dus @@ -32,4 +32,3 @@ for ln in p.stdout.split("\n")[:-1]: ts.add(t0, int(size)*1024) ts.save() t1 = time.time() -print("recorded in", t1 - t0, "seconds")