Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 10481)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 10482)
@@ -537,7 +537,9 @@
       if ((newClk._time >= currentTime) ||       // future time stamp
           (currentTime - newClk._time) > 60.0) { // very old data sets
+  #ifdef BNC_DEBUG_CMB
         emit newMessage("bncComb: future or very old data sets: " + acName.toLatin1() + " " + newClk._prn.toString().c_str() +
             QString(" %1 ").arg(newClk._time.timestr().c_str()).toLatin1() + "vs. current time" +
             QString(" %1 ").arg(currentTime.timestr().c_str()).toLatin1(), true);
+  #endif
         continue;
       }
@@ -547,7 +549,9 @@
     // --------------------
     if (_resTime.valid() && newClk._time <= _resTime) {
+#ifdef BNC_DEBUG_CMB
       emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + newClk._prn.toString().c_str() +
           QString(" %1 ").arg(newClk._time.timestr().c_str()).toLatin1() + "vs. last processing Epoch" +
           QString(" %1 ").arg(_resTime.timestr().c_str()).toLatin1(), true);
+#endif
       continue;
     }
@@ -736,5 +740,7 @@
              ephLast->checkState() == t_eph::outdated ||
              ephLast->checkState() == t_eph::unhealthy) {
+#ifdef BNC_DEBUG_CMB
       emit newMessage("bncComb: ephLast not ok (checkState: " +  ephLast->checkStateToString().toLatin1() + ") for "  + prn.mid(0,3).toLatin1(), true);
+#endif
       delete _newCorr; _newCorr = 0;
       continue;
