Skip to content

Commit

Permalink
Remove redundant debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
tirr-c committed Sep 23, 2024
1 parent 6f87fa6 commit 46a1f24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jxl/src/container/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ impl<'inner, 'buf> ParseEvents<'inner, 'buf> {
return Err(Error::InvalidBox);
}
state => {
tracing::debug!(?state, "invalid jxlp index state in WaitingJxlpIndex");
unreachable!("invalid jxlp index state in WaitingJxlpIndex");
unreachable!("invalid jxlp index state in WaitingJxlpIndex: {state:?}");
}
}

Expand Down

0 comments on commit 46a1f24

Please sign in to comment.