Index: trunk/psModules/src/objects/pmFootprintCullPeaks.c
===================================================================
--- trunk/psModules/src/objects/pmFootprintCullPeaks.c	(revision 33578)
+++ trunk/psModules/src/objects/pmFootprintCullPeaks.c	(revision 34198)
@@ -118,8 +118,10 @@
 	    threshbounds->data.F32[i] = 0.25*beta2*PS_SQR(i) + min_threshold;	    
 	}
+#if (0)
         if (threshbounds->data.F32[threshbounds->n-1] > maxFlux) {
             psWarning ("upper limit: %f does not include max flux: %f",
                     threshbounds->data.F32[threshbounds->n-1], maxFlux);
         }
+#endif
 	psHistogram *threshist = psHistogramAllocGeneric(threshbounds);
 
@@ -195,5 +197,5 @@
 	    psImageInit(idImg, 0);
 	    pmSetFootprintArrayIDsForImage(idImg, myFP, true);
-	
+
 	    // check which footprints contain already-accepted (brighter) peaks 
 	    // (we can give up if/when we found a peak for all footprints)
