remove breakpoint
This commit is contained in:
@@ -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="")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user