Index: /trunk/psModules/src/imcombine/pmReadoutCombine.c
===================================================================
--- /trunk/psModules/src/imcombine/pmReadoutCombine.c	(revision 7258)
+++ /trunk/psModules/src/imcombine/pmReadoutCombine.c	(revision 7259)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-01 02:26:32 $
+ *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-01 03:39:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -279,8 +279,10 @@
 
     for (int i = minInputRows; i < maxInputRows; i++) {
+        #if 0
         if (psTraceGetLevel(__func__) > 9) {
             printf("Processing row %d\r", i);
             fflush(stdout);
         }
+        #endif
         for (int j = minInputCols; j < maxInputCols; j++) {
             int numValid = 0;           // Number of valid pixels in the stack
@@ -350,8 +352,9 @@
         }
     }
+    #if 0
     if (psTraceGetLevel(__func__) > 9) {
         printf("\n");
     }
-
+    #endif
     psFree(index);
     psFree(pixels);
