From a72db0880bcf80fc8d715d78cae35eb394218aa4 Mon Sep 17 00:00:00 2001 From: psykose Date: Tue, 19 Nov 2024 14:01:39 +0100 Subject: [PATCH] bad debug print --- src/subsonic.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/subsonic.rs b/src/subsonic.rs index 16d3478..878ea47 100644 --- a/src/subsonic.rs +++ b/src/subsonic.rs @@ -300,7 +300,6 @@ impl Client { .decode() .map_err(Error::ImageDecodeError)?; - event!(Level::DEBUG, "loaded image: {:?}", image.color()); let width = image.width(); let height = image.height(); // 8bpc rgba -> 32 -> 4 bytes