From 7b2e365e5e9b3bfb1d3b1cc7f6e9dcf99d4bad72 Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Thu, 30 May 2024 12:25:36 -0400 Subject: [PATCH] ready to test --- ixiostat.py | 2 -- 1 file changed, 2 deletions(-) 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()