Index: trunk/psphot/src/psphotBlendFit.c
===================================================================
--- trunk/psphot/src/psphotBlendFit.c	(revision 42253)
+++ trunk/psphot/src/psphotBlendFit.c	(revision 42254)
@@ -264,9 +264,9 @@
 # define TEST_X 653
 # define TEST_Y 466
-# define TESTING 0
+# define TESTING 1
 	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
