Index: /branches/eam_branches/ipp-20150625/Ohana/src/dvopsps/src/insert_detections_dvopsps_catalog.c
===================================================================
--- /branches/eam_branches/ipp-20150625/Ohana/src/dvopsps/src/insert_detections_dvopsps_catalog.c	(revision 38642)
+++ /branches/eam_branches/ipp-20150625/Ohana/src/dvopsps/src/insert_detections_dvopsps_catalog.c	(revision 38643)
@@ -109,7 +109,4 @@
 
   // NOTE for testing, just do a few objects
-  if (!mysql) {
-    catalog[0].Naverage = 5;
-  }
   for (i = 0; i < catalog[0].Naverage; i++) {
 
@@ -225,5 +222,5 @@
     mysql_free_result (result);
   } else {
-    fprintf (stderr, "%s\n", buffer->buffer);
+    fprintf (stderr, ".");
   }
 
Index: /branches/eam_branches/ipp-20150625/Ohana/src/libdvo/include/dvo.h
===================================================================
--- /branches/eam_branches/ipp-20150625/Ohana/src/libdvo/include/dvo.h	(revision 38642)
+++ /branches/eam_branches/ipp-20150625/Ohana/src/libdvo/include/dvo.h	(revision 38643)
@@ -815,5 +815,4 @@
   int sorted;				/* is measure table average-sorted? (NOTE this is an int only because gfits_scan %t requires it) */
 
-
   /* pointers for data manipulation */
   off_t *found_t;
@@ -821,8 +820,4 @@
 
   char *measureRank;
-//  off_t *image_t;
-//  off_t *mosaic_t;
-//  float *X_t;
-//  float *Y_t;
   int   *nOwn_t; // relastro uses this to count owned detections per object
 
Index: /branches/eam_branches/ipp-20150625/Ohana/src/libdvo/src/dvo_catalog.c
===================================================================
--- /branches/eam_branches/ipp-20150625/Ohana/src/libdvo/src/dvo_catalog.c	(revision 38642)
+++ /branches/eam_branches/ipp-20150625/Ohana/src/libdvo/src/dvo_catalog.c	(revision 38643)
@@ -602,11 +602,8 @@
 
   /* pointers for data manipulation */
-  // catalog[0].X_t = NULL;
-  // catalog[0].Y_t = NULL;
   catalog[0].nOwn_t = NULL;
   catalog[0].found_t = NULL;
-  // catalog[0].image_t = NULL;
-  // catalog[0].mosaic_t = NULL;
   catalog[0].foundWarp_t = NULL;
+  catalog[0].measureRank = NULL;
 }
 
