From 223c09d4bebfadcb84dc682a5d2a4664d0da4f24 Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Tue, 30 Jul 2024 18:12:43 -0400 Subject: [PATCH] remove breakpoint --- collect.py | 2 -- 1 file changed, 2 deletions(-) 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="")