Index: trunk/psphot/src/psphotFindPeaks.c
===================================================================
--- trunk/psphot/src/psphotFindPeaks.c	(revision 7436)
+++ trunk/psphot/src/psphotFindPeaks.c	(revision 7758)
@@ -28,4 +28,5 @@
     psImage *mask = readout->mask;
 
+    // XXX make this a user-option?
     // psphotSaveImage (NULL, smooth_im, "imsmooth.fits");
     // psphotSaveImage (NULL, smooth_wt, "wtsmooth.fits");
@@ -64,7 +65,4 @@
     psLogMsg ("psphot", 3, "%d peaks: %f sec\n", peaks->n, psTimerMark ("psphot"));
 
-    char *breakPt = psMetadataLookupStr (&status, recipe, "BREAK_POINT");
-    if (!strcasecmp (breakPt, "PEAKS")) exit (0);
-
     return (peaks);
 }
