Skip to content

Commit

Permalink
Remove noisy thread_id from log
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Feb 25, 2024
1 parent cd54016 commit a01dfca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ pub fn test_mutants(
for build_dir in build_dirs {
threads.push(scope.spawn(|| {
let build_dir = build_dir; // move it into this thread
let _thread_span =
debug_span!("test thread", thread = ?thread::current().id()).entered();
trace!("start thread in {build_dir:?}");
loop {
// Not a while loop so that it only holds the lock briefly.
Expand Down

0 comments on commit a01dfca

Please sign in to comment.