Skip to content

Commit

Permalink
visiblestring: remove dbg!
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicceboy committed Aug 21, 2023
1 parent b989bc4 commit ceba49d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/strings/visible.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ impl VisibleString {
.iter()
.all(|byte| Self::CHARACTER_SET.contains(&u32::from(*byte)))
{
dbg!(&bytes);
Ok(Self(bytes.to_owned()))
} else {
Err(InvalidIso646Bytes)
Expand Down

0 comments on commit ceba49d

Please sign in to comment.