bokuweb / docx-rs

:memo: A .docx file writer with Rust/WebAssembly.
https://bokuweb.github.io/docx-rs/
MIT License
342 stars 60 forks source link

Leftover dbg!() macro at docx-rs-0.4.13\src\reader\mod.rs:478:17 #702

Closed ZizoAdam closed 5 months ago

ZizoAdam commented 6 months ago

Describe the bug

There's a leftover debug statement at docx-rs-0.4.13\src\reader\mod.rs:478:17

Reproduced step

Steps to reproduce the behavior:

  1. Call read_docx with a file that contains images
  2. Look at stdout

Screenshots

image

bokuweb commented 5 months ago

https://github.com/bokuweb/docx-rs/pull/704