diff --git a/collect.py b/collect.py index f878dcc..b4ad6a0 100644 --- a/collect.py +++ b/collect.py @@ -185,8 +185,6 @@ def collect_data(minutes, interval): process = subprocess.Popen(gstat_command, stdout=output_file) for i in range(minutes): - breakpoint() - if i == 0: print("Minute:", end="")