remove breakpoint

This commit is contained in:
Marc Mance
2024-07-30 18:12:43 -04:00
parent e294daabbd
commit 223c09d4be

View File

@@ -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="")