Index: trunk/psphot/src/psphotRoughClass.c
===================================================================
--- trunk/psphot/src/psphotRoughClass.c	(revision 7507)
+++ trunk/psphot/src/psphotRoughClass.c	(revision 7758)
@@ -4,5 +4,4 @@
 bool psphotRoughClass (psArray *sources, psMetadata *recipe) {
 
-    bool status;
     pmPSFClump   psfClump;
 
@@ -20,7 +19,4 @@
     psphotDumpMoments (recipe, sources);
 
-    char *breakPt = psMetadataLookupStr (&status, recipe, "BREAK_POINT");
-    if (!strcasecmp (breakPt, "CLASS")) exit (0);
-
     return true;
 }
