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) {