Skip to content

Commit 2aedd14

Browse files
authored
Merge pull request #2496 from GitoxideLabs/improvements
Remove unnecessary message when using fixtures
2 parents a298901 + e68a42a commit 2aedd14

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/tools/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,6 @@ where
11461146
);
11471147

11481148
let hash_kind = hash_kind_from_env().unwrap_or_default();
1149-
eprintln!("Using hash '{hash_kind}' when determining which fixture to use or recreate");
11501149

11511150
let script_location = script_name.as_ref();
11521151
let script_path = fixture_path_inner(script_location, root);

0 commit comments

Comments
 (0)