Index: /trunk/psastro/src/psastro.c
===================================================================
--- /trunk/psastro/src/psastro.c	(revision 15254)
+++ /trunk/psastro/src/psastro.c	(revision 15255)
@@ -35,9 +35,5 @@
     }
 
-    // test break point 
-    char line[10];
-    fprintf (stderr, "press return: ");
-    fgets (line, 10, stdin);
-
+    // run the full astrometry analysis (chip and/or mosaic)
     if (!psastroAnalysis (config)) {
 	psErrorStackPrint(stderr, "failure in psastro analysis\n");
@@ -45,8 +41,4 @@
     }
     
-    // test break point
-    // fprintf (stderr, "press return: ");
-    // fgets (line, 10, stdin);
-
     // write out the results
     if (!psastroDataSave (config)) {
