hush the "skips due to size restraints" text as you normally don't care

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11352 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2006-10-26 14:20:31 +00:00
parent 24f4a2a8cf
commit 9e62b1afe4

View file

@ -277,7 +277,7 @@ while(<WPS>) {
}
else {
#print "(${wps_prefix}-${rwidth}x${rheight}x$rdepth) ";
print "Skip $wps due to size restraints\n";
#print "Skip $wps due to size restraints\n";
}
$within = 0;
}