From 809c2c3dad53a3341679b2002b145b90b1fc1d2a Mon Sep 17 00:00:00 2001 From: knj Date: Mon, 5 Dec 2022 09:46:02 +0100 Subject: [PATCH] remove printout that clutters CI console log --- ci/collect_artifacts.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/collect_artifacts.py b/ci/collect_artifacts.py index 6cd0a77ed7..d3228ba2e8 100755 --- a/ci/collect_artifacts.py +++ b/ci/collect_artifacts.py @@ -62,9 +62,6 @@ def collect_for_sanitizer_test(file): ) files_to_archive = find_failed_files_for_sanitizer_test(console_log, "logs") - print("files_to_archive_noPLC:", files_to_archive_noPLC) - print("files_to_archive:", files_to_archive) - log_folder = pathlib.Path("./LOGS_PLC") log_folder.mkdir() for test in files_to_archive.keys(): -- GitLab