Skip to content

Commit d05f137

Browse files
committed
[ENH] remove println!
1 parent 54e1a41 commit d05f137

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

metta-run/src/tools/logger.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ pub fn stop_timer(start_time: Instant, metta_output: &String) -> Result<(), std:
1717
env::var("HOME").unwrap(),
1818
formatted_date
1919
);
20-
println!("{}", log_file_name);
2120

2221
let end_time = Instant::now();
2322
let elapsed_time = end_time.duration_since(start_time);

0 commit comments

Comments
 (0)