Skip to content

Commit

Permalink
chore: remove println from unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xgregthedev committed Jan 25, 2025
1 parent 01f4554 commit 074bdcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/testfile/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,6 @@ pub mod tests {
)
.unwrap();

println!("{:#?}", placeholder_map);

assert_eq!(placeholder_map.len(), 3);
}
}

0 comments on commit 074bdcb

Please sign in to comment.