diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-10-26 14:20:31 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-26 14:20:31 +0000 |
| commit | 9e62b1afe4fcd7b957323bdc996c5d422fea6047 (patch) | |
| tree | bea97d173b10709423ad81aca2fa3af139a41444 | |
| parent | 24f4a2a8cfd561657ce25ebf93470716f07397fe (diff) | |
| download | rockbox-9e62b1afe4fcd7b957323bdc996c5d422fea6047.zip rockbox-9e62b1afe4fcd7b957323bdc996c5d422fea6047.tar.gz rockbox-9e62b1afe4fcd7b957323bdc996c5d422fea6047.tar.bz2 rockbox-9e62b1afe4fcd7b957323bdc996c5d422fea6047.tar.xz | |
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
| -rwxr-xr-x | wps/wpsbuild.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wps/wpsbuild.pl b/wps/wpsbuild.pl index 4f92b87..dd8c91d 100755 --- a/wps/wpsbuild.pl +++ b/wps/wpsbuild.pl @@ -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; } |