Skip to content

Commit 523727d

Browse files
authored
Merge pull request #510 from tnull/2025-03-test-log-print-cfg
Have the mock log facade not always print to `stdout`
2 parents 5abb42f + c5a014f commit 523727d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/common/logging.rs

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ impl LogFacadeLog for MockLogFacadeLogger {
4848
record.line().unwrap(),
4949
record.args()
5050
);
51-
println!("{message}");
5251
self.logs.lock().unwrap().push(message);
5352
}
5453

0 commit comments

Comments
 (0)