Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 6169)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 6170)
@@ -713,5 +713,5 @@
       if (_antex->satCoMcorrection(corr->_prn, Mjd, xc.Rows(1,3), dx) != success) {
         dx = 0;
-        cout << "antenna not found " << corr->_prn.toAscii().data() << endl;
+        _log += "antenna not found " + corr->_prn.toAscii() + '\n';
       }
     }
@@ -807,12 +807,4 @@
 
   int iObs = 0;
-
-  cout << "nObs, nCon, nPar: " << nObs << ' ' << nCon << ' ' << nPar << endl;
-
-  for (int iPar = 1; iPar <= _params.size(); iPar++) {
-    cmbParam* pp = _params[iPar-1];
-    cout << "PAR " << iPar << ' ' << pp->toString().toAscii().data() << endl;
-  }
-
   QVectorIterator<cmbCorr*> itCorr(corrs());
   while (itCorr.hasNext()) {
@@ -824,6 +816,4 @@
     if (corr->_acName == _masterOrbitAC && resCorr.find(prn) == resCorr.end()) {
       resCorr[prn] = new cmbCorr(*corr);
-      cout << "resCor " << corr->_acName.toAscii().data() << ' '
-           << prn.toAscii().data() << endl;
     }
 
@@ -834,6 +824,4 @@
 
     ll(iObs) = corr->_clkCorr._dClk * t_CST::c - DotProduct(AA.Row(iObs), x0);
-    cout << "iObs, AC, prn, ll: " << iObs << ' ' << corr->_acName.toAscii().data() << ' '
-         << corr->_prn.toAscii().data() << ' ' << ll(iObs) << endl;
   }
 
