Index: trunk/psphot/src/psphot.c
===================================================================
--- trunk/psphot/src/psphot.c	(revision 6727)
+++ trunk/psphot/src/psphot.c	(revision 6851)
@@ -3,6 +3,4 @@
 // XXX need a better structure for handling optional sequences
 int main (int argc, char **argv) {
-
-    // headtest (argc, argv);
 
     psTimerStart ("complete");
@@ -27,19 +25,2 @@
     exit (0);
 }
-
-/** I/O test code
-
-    psFits *fits = psFitsOpen (argv[1], "r");
-    psMetadata *header = psFitsReadHeader (NULL, fits);
-    psFitsClose (fits);
-
-    psMetadata *new = psMetadataCopy (NULL, header);
-    psMetadataConfigWrite (new, "test.cnf");
-
-    fits = psFitsOpen ("test.fits", "w");
-    psFitsWriteHeaderNotImage (fits, new);
-    psFitsClose (fits);
-
-    exit (0);
-
-**/
