From 5736fbb27117c0e85e6831caf144c7cfb429addb Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 30 Jul 2025 15:48:53 -0600 Subject: [PATCH] Remove unnecessary debug --- src/tab.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tab.rs b/src/tab.rs index 3bb4eb7..a34636b 100644 --- a/src/tab.rs +++ b/src/tab.rs @@ -1773,7 +1773,6 @@ impl ItemThumbnail { } // First try built-in image thumbnailer if mime.type_() == mime::IMAGE { - log::warn!("mime is {}", mime.subtype().as_str()); tried_supported_file = true; let dyn_img: Option = match mime.subtype().as_str() { "jxl" => match File::open(path) {