diff --git a/ci/collect_artifacts.py b/ci/collect_artifacts.py index 6cd0a77ed7ab9b3337335e22a94b9b3c35e7c51b..d3228ba2e85e224fa7fb9fdc6415036b6c77f982 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():