Skip to content

Commit

Permalink
chore: Drop debug
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Oct 3, 2024
1 parent eaebd88 commit 112c0e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Fixed

- Removed `dbg!` macro.

## [0.22.0] - 2024-10-03

### Changed
Expand Down
1 change: 0 additions & 1 deletion crates/jsonschema/src/keywords/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ fn is_valid_hostname(hostname: &str) -> bool {
fn is_valid_idn_hostname(hostname: &str) -> bool {
use idna::uts46::{AsciiDenyList, DnsLength, Hyphens, Uts46};

dbg!(42);
let Ok(ascii_hostname) = Uts46::new().to_ascii(
hostname.as_bytes(),
AsciiDenyList::STD3,
Expand Down

0 comments on commit 112c0e9

Please sign in to comment.