From 7caaf9de5848c5a8254d8b6ec0f1e724e3d1c235 Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Sat, 19 Oct 2024 23:51:37 +0200 Subject: [PATCH] [#349] Remove debug code --- iceoryx2-bb/posix/tests/file_tests.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/iceoryx2-bb/posix/tests/file_tests.rs b/iceoryx2-bb/posix/tests/file_tests.rs index a2af692f..68d4fa24 100644 --- a/iceoryx2-bb/posix/tests/file_tests.rs +++ b/iceoryx2-bb/posix/tests/file_tests.rs @@ -34,8 +34,6 @@ fn generate_file_name() -> FilePath { ) .unwrap(); - println!("#### {}", file); - FilePath::from_path_and_file(&test_directory(), &file).unwrap() }