Index: trunk/psphot/src/psphotImageLoop.c
===================================================================
--- trunk/psphot/src/psphotImageLoop.c	(revision 6715)
+++ trunk/psphot/src/psphotImageLoop.c	(revision 6727)
@@ -28,5 +28,4 @@
 
 	while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) {
-	    continue;
             psLogMsg ("psphot", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
             if (! cell->process) { continue; }
@@ -39,15 +38,8 @@
 		if (! readout->data_exists) { continue; }
 
-		// run a single-model test if desired
-		// XXX move this to psphotReadout??
-		// psphotModelTest (readout, recipe);
-
 		// run the actual photometry analysis
 		psphotReadout (config, view);
 
 		pmFPAfileIOChecks (config->files, view, PM_FPA_AFTER);
-
-		// write out the desired output dataset(s)
-		// psphotOutput (view, recipe);
 	    }
 	    pmFPAfileIOChecks (config->files, view, PM_FPA_AFTER);
