Index: trunk/psLib/test/image/tst_psImageStats02.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStats02.c	(revision 1022)
+++ trunk/psLib/test/image/tst_psImageStats02.c	(revision 1026)
@@ -67,11 +67,11 @@
 
     rc = psImageEvalPolynomial(outImage, my2DPoly);
-    for (i=0;i<IMAGE_SIZE;i++) {
-        for (j=0;j<IMAGE_SIZE;j++) {
-            printf("pixel[%d][%d] is (%f, %f)\n", i, j,
-                   tmpImage->data.F32[i][j],
-                   outImage->data.F32[i][j]);
-        }
-    }
+    //    for (i=0;i<IMAGE_SIZE;i++) {
+    //        for (j=0;j<IMAGE_SIZE;j++) {
+    //             printf("pixel[%d][%d] is (%f, %f)\n", i, j,
+    //                   tmpImage->data.F32[i][j],
+    //                   outImage->data.F32[i][j]);
+    //        }
+    //    }
 
     psMemCheckCorruption(1);
