Index: trunk/psModules/src/objects/pmSourceMoments.c
===================================================================
--- trunk/psModules/src/objects/pmSourceMoments.c	(revision 19878)
+++ trunk/psModules/src/objects/pmSourceMoments.c	(revision 19884)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-10-03 20:57:51 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-10-03 21:55:42 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -384,4 +384,5 @@
     }
 
+# if (PS_TRACE_ON) 
     float Sxx = PS_MAX(X2/Sum - PS_SQR(x), 0);
     float Sxy = XY / Sum;
@@ -391,4 +392,5 @@
              "sky: %f  Sum: %f  x: %f  y: %f  Sx: %f  Sy: %f  Sxy: %f\n",
              sky, Sum, x, y, Sxx, Sxy, Syy);
+# endif
 
     return(true);
