Skip to content

Commit

Permalink
fix: Remove dbg! macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Sep 12, 2024
1 parent 8cb04dd commit 0d359cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsonschema/src/keywords/ref_.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ impl Validate for RefValidator {
if let Some(sub_nodes) = self.sub_nodes.read().as_ref() {
return sub_nodes.is_valid(instance);
}
dbg!(777);
if let Ok((scope, resolved)) = self.resolver.resolve_fragment(
self.config.draft(),
&self.reference,
Expand Down

0 comments on commit 0d359cc

Please sign in to comment.