mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-09-08 05:49:54 +00:00
fixes and cleanup
This commit is contained in:
@@ -87,8 +87,6 @@ func Sniff(reader io.Reader, input, force string, ignoreExtension bool) (*Sniffe
|
||||
return nil, nil, err
|
||||
}
|
||||
|
||||
fmt.Println(codec.String(), confidence)
|
||||
|
||||
if confidence <= 0 {
|
||||
continue
|
||||
}
|
||||
|
Reference in New Issue
Block a user