Index: /trunk/psphot/src/psphotApResid.c
===================================================================
--- /trunk/psphot/src/psphotApResid.c	(revision 11380)
+++ /trunk/psphot/src/psphotApResid.c	(revision 11381)
@@ -58,7 +58,4 @@
     Npsf = 0;
 
-    // XXX test dump
-    FILE *f = fopen ("apresid.dat", "w");
-
     // select all good PM_SOURCE_TYPE_STAR entries
     for (int i = 0; i < sources->n; i++) {
@@ -101,9 +98,4 @@
         dMag->data.F64[Npsf] = model->dparams->data.F32[PM_PAR_I0] / model->params->data.F32[PM_PAR_I0];
 
-	fprintf (f, "%d %f %f   %f %f   %f %f %f %f\n", i, 
-		 xPos->data.F64[Npsf], yPos->data.F64[Npsf], 
-		 flux->data.F64[Npsf], r2rflux->data.F64[Npsf], 
-		 source->apMag, source->psfMag, apResid->data.F64[Npsf],dMag->data.F64[Npsf]);
-
         psVectorExtend (mask,    100, 1);
         psVectorExtend (xPos,    100, 1);
@@ -117,6 +109,4 @@
     psLogMsg ("psphot.apresid", PS_LOG_DETAIL, "measure aperture residuals for %d objects (%d skipped, %d failed, %ld invalid)\n",
               Npsf, Nskip, Nfail, sources->n - Npsf - Nskip - Nfail);
-
-    fclose (f);
 
     // XXX choose a better value here?
Index: /trunk/psphot/src/psphotBlendFit.c
===================================================================
--- /trunk/psphot/src/psphotBlendFit.c	(revision 11380)
+++ /trunk/psphot/src/psphotBlendFit.c	(revision 11381)
@@ -30,5 +30,5 @@
 
     for (int i = 0; i < sources->n; i++) {
-	if (i%100 == 0) psphotFitSummary ();
+	// if (i%100 == 0) psphotFitSummary ();
 
 	pmSource *source = sources->data[i];
Index: /trunk/psphot/src/psphotSourceFits.c
===================================================================
--- /trunk/psphot/src/psphotSourceFits.c	(revision 11380)
+++ /trunk/psphot/src/psphotSourceFits.c	(revision 11381)
@@ -30,6 +30,4 @@
         return status;
     }
-    psTrace ("psphot", 5, "trying blend...\n");
-    return false;
 
     // save the PSF model from the Ensemble fit
