Index: branches/eam_branches/ipp-20220316/Ohana/src/addstar/src/loadwise_rawdata.c
===================================================================
--- branches/eam_branches/ipp-20220316/Ohana/src/addstar/src/loadwise_rawdata.c	(revision 42217)
+++ branches/eam_branches/ipp-20220316/Ohana/src/addstar/src/loadwise_rawdata.c	(revision 42218)
@@ -8,5 +8,5 @@
 /* read in chunks of ~64MB */
 # define NBYTE 0x40000000
-# define DEBUG 1
+# define DEBUG 0
 
 int loadwise_rawdata (SkyList *skytable, char *filename, AddstarClientOptions options) {
@@ -42,5 +42,5 @@
   while ((Nbyte = fread (&buffer[Nextra], 1, NBYTE-Nextra, f)) != 0) {
     if (Nbyte == -1) Shutdown ("error reading from raw file %s", filename);
-    if (DEBUG) fprintf (stderr, "read %d bytes", Nbyte);
+    if (DEBUG) fprintf (stderr, "read %d bytes .. n", Nbyte);
 
     Nbyte += Nextra;
@@ -188,5 +188,5 @@
 	}
 
-	if (Nave < 10) {
+	if (DEBUG && (Nave < 10)) {
 	  fprintf (stderr, "pos: %12.6f %12.6f +/- %10.5f %10.5f : %12.6f %12.6f +/- %10.5f %10.5f\n",
 		   newcat->average[Nave].R, newcat->average[Nave].D, 
