summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwps/wpsbuild.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/wps/wpsbuild.pl b/wps/wpsbuild.pl
index 4f92b876ac..dd8c91d0fb 100755
--- a/wps/wpsbuild.pl
+++ b/wps/wpsbuild.pl
@@ -277,7 +277,7 @@ while(<WPS>) {
277 } 277 }
278 else { 278 else {
279 #print "(${wps_prefix}-${rwidth}x${rheight}x$rdepth) "; 279 #print "(${wps_prefix}-${rwidth}x${rheight}x$rdepth) ";
280 print "Skip $wps due to size restraints\n"; 280 #print "Skip $wps due to size restraints\n";
281 } 281 }
282 $within = 0; 282 $within = 0;
283 } 283 }