Index: /trunk/BNC/src/PPP/pppClient.cpp
===================================================================
--- /trunk/BNC/src/PPP/pppClient.cpp	(revision 5787)
+++ /trunk/BNC/src/PPP/pppClient.cpp	(revision 5788)
@@ -114,13 +114,10 @@
   if      (ephGPS) {
     _ephPool->putEphemeris(new t_ephGPS(*ephGPS));
-    LOG << OPT->_roverName <<  " putEphemeris GPS" << endl;
   }
   else if (ephGlo) {
     _ephPool->putEphemeris(new t_ephGlo(*ephGlo));
-    LOG << OPT->_roverName <<  " putEphemeris Glo" << endl;
   }
   else if (ephGal) {
     _ephPool->putEphemeris(new t_ephGal(*ephGal));
-    LOG << OPT->_roverName <<  " putEphemeris Gal" << endl;
   }
 }
@@ -132,5 +129,4 @@
     _ephPool->putOrbCorrection(new t_orbCorr(*corr[ii]));
   }
-  LOG << OPT->_roverName <<  " putOrbCorrections " << corr.size() << endl;
 }
 
@@ -141,5 +137,4 @@
     _ephPool->putClkCorrection(new t_clkCorr(*corr[ii]));
   }
-  LOG << OPT->_roverName <<  " putClkCorrections " << corr.size() << endl;
 }
 
@@ -150,5 +145,4 @@
     _obsPool->putBiases(new t_satBias(*biases[ii]));
   }
-  LOG << OPT->_roverName <<  " putBiases " << biases.size() << endl;
 }
 
Index: /trunk/BNC/src/PPP/pppThread.cpp
===================================================================
--- /trunk/BNC/src/PPP/pppThread.cpp	(revision 5787)
+++ /trunk/BNC/src/PPP/pppThread.cpp	(revision 5788)
@@ -66,5 +66,4 @@
 ////////////////////////////////////////////////////////////////////////////
 t_pppThread::~t_pppThread() {
-  cout << "~t_pppThread" << endl;
   delete _pppRun;
 }
@@ -115,5 +114,4 @@
 ////////////////////////////////////////////////////////////////////////////
 t_pppRun::~t_pppRun() {
-  cout << "~t_pppRun" << endl;
 }
 
