[fix]: remove noisy debug info
Some checks failed
/ clippy (push) Failing after 5m57s
/ test (push) Failing after 6m29s

This commit is contained in:
Chris Cochrun 2026-05-01 07:19:37 -05:00
parent da5b8d2710
commit 53f1eef235

View file

@ -787,7 +787,6 @@ impl Presenter {
Ok(mut v) => {
v.set_looping(self.current_slide.video_loop());
v.set_muted(true);
debug!(?v);
self.preview_video = Some(v);
}
Err(e) => {