Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
AbsurdlySuspicious committed Jun 27, 2020
1 parent 08b6825 commit 404baae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/draw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct DrawPrep {

pub fn draw_prep(img: &Path) -> Result<DrawPrep, PErr> {
let img = if ENABLE_DRAWING {
eprint!("draw: decode ({})", img.display());
eprint!("draw: decode");
image::open(img)?
} else {
DynamicImage::new_rgba8(0, 0)
Expand Down

0 comments on commit 404baae

Please sign in to comment.