Index: trunk/Ohana/src/getstar/src/MatchCoords.c
===================================================================
--- trunk/Ohana/src/getstar/src/MatchCoords.c	(revision 25757)
+++ trunk/Ohana/src/getstar/src/MatchCoords.c	(revision 26142)
@@ -55,4 +55,8 @@
         }
 
+#ifdef notdef
+        printf("%d %8.1f %8.1f %s\n", i, x, y, dbImages[i].name);
+#endif
+
         if ((x >= xmin && x <= xmax) && (y >= ymin && y <= ymax)) {
             totalMatches++;
