Index: trunk/psLib/test/imageops/tap_psImageConvolve.c
===================================================================
--- trunk/psLib/test/imageops/tap_psImageConvolve.c	(revision 12195)
+++ trunk/psLib/test/imageops/tap_psImageConvolve.c	(revision 13084)
@@ -5,6 +5,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-03 01:23:32 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-05-01 00:08:52 $
  *
  *  XXX: Must test the tRelative parameter to psKernelGenerate()
@@ -161,5 +161,5 @@
                    result->yMin, result->yMax, result->xMin, result->xMax);
             for (psS32 y = result->yMin; y <= result->yMax; y++) {
-                printf("HERE y is %d\n", y);
+                // printf("y is %d\n", y);
                 for (psS32 x = result->xMin; x <= result->xMax; x++) {
                     printf(" %6.2f ", result->kernel[y][x]);
