Index: trunk/psModules/src/imcombine/pmReadoutCombine.c
===================================================================
--- trunk/psModules/src/imcombine/pmReadoutCombine.c	(revision 18830)
+++ trunk/psModules/src/imcombine/pmReadoutCombine.c	(revision 18861)
@@ -186,8 +186,8 @@
     }
 
-    pthread_t id = pthread_self();
-    char name[64];
-    sprintf (name, "%x", (unsigned int) id);
-    psTimerStart (name);
+    // pthread_t id = pthread_self();
+    // char name[64];
+    // sprintf (name, "%x", (unsigned int) id);
+    // psTimerStart (name);
 
     psStatsOptions combineStdev = 0; // Statistics option for weights
@@ -287,6 +287,6 @@
     for (int i = minInputRows; i < maxInputRows; i++) {
         int yOut = i - output->row0; // y position on output readout
+
         #ifdef SHOW_BUSY
-	
         if (psTraceGetLevel("psModules.imcombine") > 9) {
             printf("Processing row %d\r", i);
@@ -294,4 +294,5 @@
         }
         #endif
+
         for (int j = minInputCols; j < maxInputCols; j++) {
             int xOut = j - output->col0; // x position on output readout
