diff --git a/src/lib.rs b/src/lib.rs index 353e438..2ebf40b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -45,8 +45,6 @@ impl ImageInfo { .collect(), }; - println!("Image dimentions: width {:?}, height {:?}", width, height); - Self { pixels, width,