Commit 2983ae29 authored by Jan Kiene's avatar Jan Kiene
Browse files

remove confusing printout

parent e4f7d5da
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -57,9 +57,6 @@ def collect_for_sanitizer_test(file):
    with open(file) as f:
        console_log = f.readlines()

    print("CONSOLE_LOG:")
    print(console_log)

    files_to_archive_noPLC = find_failed_files_for_sanitizer_test(
        console_log, "logs_noPLC"
    )