From 8384a6efcbf24f87b16845eb8d8f038e58c5d8a8 Mon Sep 17 00:00:00 2001 From: sawyer bristol Date: Sun, 18 Aug 2024 20:29:47 -0600 Subject: [PATCH] remove debug for images --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) 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,