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