Index: trunk/BNC/src/bnccore.cpp
===================================================================
--- trunk/BNC/src/bnccore.cpp	(revision 9376)
+++ trunk/BNC/src/bnccore.cpp	(revision 9379)
@@ -201,4 +201,5 @@
   QMutexLocker locker(&_mutex);
   t_irc ircPut = _ephUser.putNewEph(eph, true);
+#ifdef BNC_DEBUG_BCEP
   if      (eph->checkState() == t_eph::bad) {
     messagePrivate(QString("%1: WRONG EPHEMERIS: %2")
@@ -218,5 +219,5 @@
                    .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 3.0)).toLatin1());
   }
-
+#endif
   printEphHeader();
   printEph(*eph, (ircPut == success));
