Skip to content

Commit

Permalink
remove dbg!
Browse files Browse the repository at this point in the history
  • Loading branch information
s3bk committed Oct 13, 2023
1 parent a9fef22 commit 994b984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pdf/src/object/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ pub enum ImageFormat {

impl ImageXObject {
pub fn from_stream(s: PdfStream, resolve: &impl Resolve) -> Result<Self> {
dbg!(&s.info);
let inner = Stream::from_stream(s, resolve)?;
Ok(ImageXObject { inner })
}
Expand Down

0 comments on commit 994b984

Please sign in to comment.