Index: /trunk/BNC/rnxnavfile.cpp
===================================================================
--- /trunk/BNC/rnxnavfile.cpp	(revision 3681)
+++ /trunk/BNC/rnxnavfile.cpp	(revision 3682)
@@ -146,10 +146,4 @@
     }
     if (eph && eph->ok()) {
-      //// beg test
-      ColumnVector xc(4);
-      ColumnVector vv(3);
-      eph->position(eph->GPSweek(), eph->GPSweeks(), xc.data(), vv.data());
-      cout << "haha " << eph->prn().toAscii().data() << " " << xc.t();
-      //// end test
       return success;
     }
Index: /trunk/BNC/rnxobsfile.cpp
===================================================================
--- /trunk/BNC/rnxobsfile.cpp	(revision 3681)
+++ /trunk/BNC/rnxobsfile.cpp	(revision 3682)
@@ -103,8 +103,4 @@
     }
   }
-
-  cout << "RINEX Version = " << _version << endl;
-  cout << "Antenna Name >" << _antennaName.toAscii().data() << "<\n";
-  cout << "Marker Name >" << _markerName.toAscii().data() << "<\n";
 
   return success;
@@ -213,10 +209,4 @@
         pos += 16;
       }
-
-      cout.setf(ios::fixed);
-      cout << "prn: " << prn.toAscii().data() << " "
-           << setprecision(3) << _currEpo.satObs[iSat][0] << " " 
-           << setprecision(3) << _currEpo.satObs[iSat][5] << " "
-           << setprecision(3) << _currEpo.satObs[iSat][6] << endl;
     }
 
