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 21, 2024
1 parent 922e1b0 commit 1c47c98
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 1c47c98

Please sign in to comment.