notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 7b4c96df916f42751b09280bd7eb3962caf5fb47
parent eb44637601aee7d5719dca12476d249f8a56cdde
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 10 Sep 2025 12:03:41 -0700

images: disable useless animation frame log

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mcrates/notedeck/src/media/images.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/notedeck/src/media/images.rs b/crates/notedeck/src/media/images.rs @@ -305,7 +305,7 @@ fn generate_gif( ); if tex_input.send(texture_frame).is_err() { - tracing::debug!("AnimationTextureFrame mpsc stopped abruptly"); + //tracing::debug!("AnimationTextureFrame mpsc stopped abruptly"); break; } }