Index: trunk/BNC/bncpppclient.cpp
===================================================================
--- trunk/BNC/bncpppclient.cpp	(revision 3754)
+++ trunk/BNC/bncpppclient.cpp	(revision 3755)
@@ -327,18 +327,4 @@
     }
   }
-
-  //// beg test
-  QMapIterator<QString, t_corr*> ic(_corr);
-  while (ic.hasNext()) {
-    ic.next();
-    const t_corr* corr = ic.value();
-    cout.setf(ios::fixed);
-    cout << corr->prn.toAscii().data() << " " 
-         << setw(3) << corr->iod << " "
-         << setw(8) << setprecision(3) << corr->dClk * t_CST::c << " "
-         << corr->tRao.datestr() << " " << corr->tRao.timestr() << "     "    
-         << corr->tClk.datestr() << " " << corr->tClk.timestr() << endl;
-  }
-  //// end test
 }
 
Index: trunk/BNC/rinex/bncpostprocess.cpp
===================================================================
--- trunk/BNC/rinex/bncpostprocess.cpp	(revision 3754)
+++ trunk/BNC/rinex/bncpostprocess.cpp	(revision 3755)
@@ -132,7 +132,4 @@
     ++nEpo;
 
-    cout << "process " << epo->tt.datestr() << " "
-         << epo->tt.timestr() << endl;
-
     // Get Corrections
     // ---------------
