Skip to content

Commit bd28a5c

Browse files
committed
remove print macros
1 parent 8da5659 commit bd28a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day19/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fn main() {
7777
thread::spawn(move || {
7878
let molecules = apply_all_replacements(&mol, &repl[id * chunks_per_thread..last_id]);
7979
thread_tx.send(molecules).unwrap();
80-
println!("thread {} finished", id);
80+
//println!("thread {} finished", id);
8181
});
8282
}
8383

0 commit comments

Comments
 (0)