bad debug print
This commit is contained in:
parent
c7c844f2f0
commit
a72db0880b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue