From bfeaa98379733a7221dbc65d295f5b022f02c9fc Mon Sep 17 00:00:00 2001 From: Sveta Smirnova Date: Wed, 10 Sep 2025 18:19:03 +0300 Subject: [PATCH] PT-2289 - Allow pt-stalk do disable ps-lock-transactions data collection via parameter - Fixed typo found during review --- bin/pt-stalk | 1 - lib/bash/collect.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/bin/pt-stalk b/bin/pt-stalk index b69b288f..28ce1d7c 100755 --- a/bin/pt-stalk +++ b/bin/pt-stalk @@ -1387,7 +1387,6 @@ _should_skip() { local name=$1 for item in "${OPT_SKIP_COLLECTION[@]}"; do - echo $item >> /tmp/sveta if [ "$item" == "$name" ]; then return 0 fi diff --git a/lib/bash/collect.sh b/lib/bash/collect.sh index 00fd5005..73b8126f 100644 --- a/lib/bash/collect.sh +++ b/lib/bash/collect.sh @@ -677,7 +677,6 @@ _should_skip() { local name=$1 for item in "${OPT_SKIP_COLLECTION[@]}"; do - echo $item >> /tmp/sveta if [ "$item" == "$name" ]; then return 0 fi