Index: branches/eam_branches/ipp-20110213/psModules/src/objects/pmFootprintCullPeaks.c
===================================================================
--- branches/eam_branches/ipp-20110213/psModules/src/objects/pmFootprintCullPeaks.c	(revision 30987)
+++ branches/eam_branches/ipp-20110213/psModules/src/objects/pmFootprintCullPeaks.c	(revision 30988)
@@ -87,5 +87,5 @@
     // if we have many peaks in a large footprint, we waste a lot of time generating nearly identical footprints
     // here we attempt to cull peaks drawing a single footprint for all peaks in some threshold range
-    fprintf (stderr, "footprint: %d x %d : %d pix, %d peaks\n", subImg->numCols, subImg->numRows, fp->npix, (int) fp->peaks->n);
+    // fprintf (stderr, "footprint: %d x %d : %d pix, %d peaks\n", subImg->numCols, subImg->numRows, fp->npix, (int) fp->peaks->n);
     if ((fp->npix > 30000) && (fp->peaks->n > 10)) {
 
@@ -286,9 +286,9 @@
 
 	    pmFootprintsFindAtPoint(peakFootprint, peakFPSpans, subImg, subMask, threshold, brightPeaks, peak->y, peak->x);
-	    if (peakFPSpans->nStartSpans > 2000) {
-		// dumpfootprints(peakFootprint, peakFPSpans);
-		// fprintf (stderr, "big footprint %d : %d\n", peakFootprint->nspans, peakFPSpans->nStartSpans);
-		fprintf (stderr, "big test footprint: %f %f to %f %f (%d pix)\n", peakFootprint->bbox.x0, peakFootprint->bbox.y0, peakFootprint->bbox.x1, peakFootprint->bbox.y1, peakFootprint->npix);
-	    }
+	    // if (peakFPSpans->nStartSpans > 2000) {
+	    // 	// dumpfootprints(peakFootprint, peakFPSpans);
+	    // 	// fprintf (stderr, "big footprint %d : %d\n", peakFootprint->nspans, peakFPSpans->nStartSpans);
+	    // 	// fprintf (stderr, "big test footprint: %f %f to %f %f (%d pix)\n", peakFootprint->bbox.x0, peakFootprint->bbox.y0, peakFootprint->bbox.x1, peakFootprint->bbox.y1, peakFootprint->npix);
+	    // }
 
 	    // at this point brightPeaks only has the peaks brighter than the current
Index: branches/eam_branches/ipp-20110213/psphot/src/psphotFitSourcesLinear.c
===================================================================
--- branches/eam_branches/ipp-20110213/psphot/src/psphotFitSourcesLinear.c	(revision 30987)
+++ branches/eam_branches/ipp-20110213/psphot/src/psphotFitSourcesLinear.c	(revision 30988)
@@ -187,5 +187,5 @@
     psLogMsg ("psphot.ensemble", PS_LOG_MINUTIA, "built fitSources: %f sec (%ld objects)\n", psTimerMark ("psphot.linear"), sources->n);
 
-    fprintf (stderr, "****** Nsat : %d ********\n", Nsat);
+    // fprintf (stderr, "****** Nsat : %d ********\n", Nsat);
 
     if (fitSources->n == 0) {
