Index: trunk/psphot/src/psphotBlendFit.c
===================================================================
--- trunk/psphot/src/psphotBlendFit.c	(revision 42088)
+++ trunk/psphot/src/psphotBlendFit.c	(revision 42253)
@@ -264,9 +264,9 @@
 # define TEST_X 653
 # define TEST_Y 466
-# define TESTING 1
+# define TESTING 0
 	int TEST_ON = false;
 	if (TESTING && (fabs(source->peak->xf - TEST_X) < 5) && (fabs(source->peak->yf - TEST_Y) < 5)) {
 	    fprintf (stderr, "test object\n");
-	    psTraceSetLevel("psLib.math.psMinimizeLMChi2", 5);
+	    // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 5);
 	    TEST_ON = true;
 	}
@@ -333,5 +333,5 @@
 # if (PS_TRACE_ON)
 		if (TEST_ON) {
-		    psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);
+		  // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);
 		}
 # endif
@@ -344,5 +344,5 @@
 # if (PS_TRACE_ON)
 		if (TEST_ON) {
-		    psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);
+		  // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);
 		}
 # endif
Index: trunk/psphot/src/psphotExtendedSourceFits.c
===================================================================
--- trunk/psphot/src/psphotExtendedSourceFits.c	(revision 42088)
+++ trunk/psphot/src/psphotExtendedSourceFits.c	(revision 42253)
@@ -493,6 +493,6 @@
 	if (testObject) {
 	    fprintf (stderr, "test object @ %f, %f\n", source->peak->xf, source->peak->yf);
-	    psTraceSetLevel ("psModules.objects.pmPCM_MinimizeChisq", 5);
-	    psTraceSetLevel ("psphot.psphotExtendedSourceFits_Threaded", 5);
+	    // psTraceSetLevel ("psModules.objects.pmPCM_MinimizeChisq", 5);
+	    // psTraceSetLevel ("psphot.psphotExtendedSourceFits_Threaded", 5);
 	}
 # endif 
@@ -690,6 +690,6 @@
 # ifdef TEST_OBJECT
 	if (testObject) {
-	    psTraceSetLevel ("psModules.objects.pmPCM_MinimizeChisq", 0);
-	    psTraceSetLevel ("psphot.psphotExtendedSourceFits_Threaded", 0);
+	  // psTraceSetLevel ("psModules.objects.pmPCM_MinimizeChisq", 0);
+	  // psTraceSetLevel ("psphot.psphotExtendedSourceFits_Threaded", 0);
 	}
 # endif
Index: trunk/psphot/src/psphotSourceFits.c
===================================================================
--- trunk/psphot/src/psphotSourceFits.c	(revision 42088)
+++ trunk/psphot/src/psphotSourceFits.c	(revision 42253)
@@ -526,5 +526,5 @@
     }
     if (psTraceGetLevel ("psphot") >= 7) {
-      psTraceSetLevel("psLib.math.psMinimizeLMChi2", 5);
+      // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 5);
     }
 # endif
@@ -557,5 +557,5 @@
       }
     }
-    psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);
+    // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);
 # endif
 
