images: disable useless animation frame log
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -305,7 +305,7 @@ fn generate_gif(
|
|||||||
);
|
);
|
||||||
|
|
||||||
if tex_input.send(texture_frame).is_err() {
|
if tex_input.send(texture_frame).is_err() {
|
||||||
tracing::debug!("AnimationTextureFrame mpsc stopped abruptly");
|
//tracing::debug!("AnimationTextureFrame mpsc stopped abruptly");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user