Index: trunk/psModules/src/imcombine/pmStack.c
===================================================================
--- trunk/psModules/src/imcombine/pmStack.c	(revision 13716)
+++ trunk/psModules/src/imcombine/pmStack.c	(revision 14126)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-06-08 02:52:21 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-07-11 01:32:41 $
  *
  *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
@@ -506,4 +506,5 @@
         }
 
+#ifndef PS_NO_TRACE
         if (psTraceGetLevel("psModules.imcombine") >= 5) {
             for (int i = 0; i < num; i++) {
@@ -512,4 +513,5 @@
             }
         }
+#endif
     }
 
@@ -604,4 +606,5 @@
     psFree(pixelMap);
 
+#ifndef PS_NO_TRACE
     if (psTraceGetLevel("psModules.imcombine") >= 5) {
         for (int i = 0; i < num; i++) {
@@ -610,4 +613,5 @@
         }
     }
+#endif
 
     return true;
