Index: trunk/psastro/src/psastroParseCamera.c
===================================================================
--- trunk/psastro/src/psastroParseCamera.c	(revision 7084)
+++ trunk/psastro/src/psastroParseCamera.c	(revision 7573)
@@ -44,17 +44,2 @@
     return true;
 }
-
-
-// useful for debugging
-# if 0
-for (int i = 0; i < input->fpa->chips->n; i++) {
-    pmChip *chip = input->fpa->chips->data[i];
-    fprintf (stderr, "chip %2d: %x %x\n", i, chip->file_exists, chip->process);
-
-    for (int j = 0; j < chip->cells->n; j++) {
-	pmCell *cell = chip->cells->data[j];
-	fprintf (stderr, "cell %2d: %x %x\n", j, cell->file_exists, cell->process);
-
-    }
-}
-# endif
