We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5abb42f + c5a014f commit 523727dCopy full SHA for 523727d
tests/common/logging.rs
@@ -48,7 +48,6 @@ impl LogFacadeLog for MockLogFacadeLogger {
48
record.line().unwrap(),
49
record.args()
50
);
51
- println!("{message}");
52
self.logs.lock().unwrap().push(message);
53
}
54
0 commit comments