From bedc9f7f25ab71511530a79374cf8ec7dd261c0e Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Mon, 4 Aug 2025 19:57:42 -0700 Subject: [PATCH] Follow up fix to f85f624d3816716a220bcd4123edad30ce88babc The caller side was not removed. Oof. --- launchable/commands/record/commit.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/launchable/commands/record/commit.py b/launchable/commands/record/commit.py index 16128f101..7bdbf5198 100644 --- a/launchable/commands/record/commit.py +++ b/launchable/commands/record/commit.py @@ -110,8 +110,7 @@ def exec_jar(source: str, max_days: int, app: Application, is_collect_message: b "-endpoint", "{}/intake/".format(base_url), "-max-days", - str(max_days), - "-scrub-pii" + str(max_days) ]) if Logger().logger.isEnabledFor(LOG_LEVEL_AUDIT):