diff options
| -rw-r--r-- | sbopkglint.d/50-icons.t.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sbopkglint.d/50-icons.t.sh b/sbopkglint.d/50-icons.t.sh index ea9668b..54393e4 100644 --- a/sbopkglint.d/50-icons.t.sh +++ b/sbopkglint.d/50-icons.t.sh @@ -19,7 +19,7 @@ check_mime() {  	local havemime="$2"  	local wantmime="$3" -	echo "check_mime $file $havemime $wantmime" +	#echo "check_mime $file $havemime $wantmime"  	if [ "$havemime" != "$wantmime" ]; then  		warn "bad filename extension: $file is $havemime, .$ext should be $wantmime" | 
