bad debug print

This commit is contained in:
psykose 2024-11-19 14:01:39 +01:00
parent c7c844f2f0
commit a72db0880b
Signed by: psykose
SSH key fingerprint: SHA256:pRMVjV3kRB6zl+wNx+sV8KoMnPqQAW6v8dNCxsCGZv8

View file

@ -300,7 +300,6 @@ impl Client {
.decode() .decode()
.map_err(Error::ImageDecodeError)?; .map_err(Error::ImageDecodeError)?;
event!(Level::DEBUG, "loaded image: {:?}", image.color());
let width = image.width(); let width = image.width();
let height = image.height(); let height = image.height();
// 8bpc rgba -> 32 -> 4 bytes // 8bpc rgba -> 32 -> 4 bytes