Index: trunk/magic/censorObjects/src/censorLoop.c
===================================================================
--- trunk/magic/censorObjects/src/censorLoop.c	(revision 25080)
+++ trunk/magic/censorObjects/src/censorLoop.c	(revision 25081)
@@ -22,5 +22,4 @@
  */
 bool censorLoop (pmConfig *config) {
-  //bool status;
     pmChip *chip;
     pmCell *cell;
@@ -39,12 +38,4 @@
     }
 
-    // physical pixel scale in microns per pixel
-    //double pixelScale = psMetadataLookupF32 (&status, recipe, "PSASTRO.PIXEL.SCALE");
-    //if (!status) {
-    //    psError(PS_ERR_IO, true, "Failed to lookup pixel scale"); 
-    //    return false; 
-    //} 
-
-
     // select the input data sources
     pmFPAfile *input = psMetadataLookupPtr (NULL, config->files, "CENSOR.INPUT");
@@ -61,15 +52,5 @@
     }
 
-    
-#if 0    
-    pmFPAfileActivate(config->files, false, NULL);
-    pmFPAfileActivate(config->files, true, "CENSOR.INPUT");
-#endif
-
     pmFPAview *view = pmFPAviewAlloc (0);
-
-
-
-
 
     bool badMaskFile = false;
@@ -81,6 +62,5 @@
     if (!pmFPAfileIOChecks (config, view, PM_FPA_BEFORE)) ESCAPE;
 
-
-// check PHU header to see if we are using mosaic-level or per-chip astrometry
+    // check PHU header to see if we are using mosaic-level or per-chip astrometry
     bool bilevelAstrometry = false;
     pmHDU *phu = pmFPAviewThisPHU (view, input->fpa);
@@ -92,6 +72,4 @@
       pmAstromReadBilevelMosaic (input->fpa, phu->header);
     } 
-
-
 
     while ((chip = pmFPAviewNextChip (view, input->fpa, 1)) != NULL) {
@@ -108,8 +86,4 @@
 	pmHDU *hdu = pmFPAviewThisHDU (view, input->fpa);
 	
-	//	int nAstro = psMetadataLookupS32 (&status, hdu->header, "NASTRO");
-	//	if (!nAstro) {psLogMsg ("censor", 3, "nothing %f sec\n", psTimerMark ("censor"));}
-	
-	//continue;
 	if (bilevelAstrometry) {
 	  if (!pmAstromReadBilevelChip (chip, hdu->header)) {
@@ -123,8 +97,4 @@
 	  }
 	}
-
-
-	
-
 
 	while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) {
