Skip to content

Commit

Permalink
delete debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Jul 10, 2024
1 parent 0552c0f commit b15f57e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions upid_rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ impl Upid {
| ((p[1] as u128) << 8)
| p[2] as u128;

println!("{res}");

Ok(Upid(res))
}

Expand Down

0 comments on commit b15f57e

Please sign in to comment.