Index: trunk/BNC/bncephuser.cpp
===================================================================
--- trunk/BNC/bncephuser.cpp	(revision 2907)
+++ trunk/BNC/bncephuser.cpp	(revision 2908)
@@ -77,6 +77,4 @@
   QString prn = QString("G%1").arg(gpseph.satellite, 2, 10, QChar('0'));
 
-  cout << "newEph " << prn.toAscii().data() << endl; 
-
   if (_eph.contains(prn)) {
     t_ephGPS* eLast = static_cast<t_ephGPS*>(_eph.value(prn)->last);
@@ -104,6 +102,4 @@
 
   QString prn = QString("R%1").arg(gloeph.almanac_number, 2, 10, QChar('0'));
-
-  cout << "newEph " << prn.toAscii().data() << endl; 
 
   if (_eph.contains(prn)) {
@@ -135,6 +131,4 @@
   QString prn = QString("E%1").arg(galeph.satellite, 2, 10, QChar('0'));
 
-  cout << "newEph " << prn.toAscii().data() << endl; 
-
   if (_eph.contains(prn)) {
     t_ephGal* eLast = static_cast<t_ephGal*>(_eph.value(prn)->last);
