Skip to content

Commit 2b08b04

Browse files
committed
Remove log statemets
1 parent 9fe7237 commit 2b08b04

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: tests/json.rs

-3
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ fn case_with_submodule(justfile: &str, submodule: Option<(&str, &str)>, expected
136136
let actual = test.run().stdout;
137137

138138
let actual: Module = serde_json::from_str(actual.as_str()).unwrap();
139-
println!("actual path: {:?}", actual.source);
140-
println!("expected path: {:?}", expected.source);
141-
142139
pretty_assertions::assert_eq!(actual, expected);
143140
}
144141

0 commit comments

Comments
 (0)