diff --git a/ixiostat.py b/ixiostat.py index 2a36c55..d515450 100644 --- a/ixiostat.py +++ b/ixiostat.py @@ -52,8 +52,6 @@ def runZpoolIostat(): # Format the time components for a more readable output timestamp = time.strftime("%Y-%m-%d %H:%M:%S", local_time) - breakpoint() - else: # remove ------ lines pool = re.sub("^---.*", "", pool).strip()