Remove unnecessary debug
This commit is contained in:
parent
293350092c
commit
5736fbb271
1 changed files with 0 additions and 1 deletions
|
|
@ -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<image::DynamicImage> = match mime.subtype().as_str() {
|
||||
"jxl" => match File::open(path) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue