Index: trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
===================================================================
--- trunk/BNC/src/RTCM3/RTCM3Decoder.cpp	(revision 10234)
+++ trunk/BNC/src/RTCM3/RTCM3Decoder.cpp	(revision 10236)
@@ -885,6 +885,8 @@
   }
   else if ((type % 10) < 4) {
+#ifdef BNC_DEBUG_OBS
     emit(newMessage(QString("%1: Block %2 contain partial data! Ignored!")
         .arg(_staID).arg(type).toLatin1(), true));
+#endif
   }
   if (!syncf) {
@@ -1791,6 +1793,8 @@
           case 1001:
           case 1003:
+#ifdef BNC_DEBUG_OBS
             emit(newMessage(QString("%1: Block %2 contain partial data! Ignored!")
                  .arg(_staID).arg(id).toLatin1(), true));
+#endif
             break; /* no use decoding partial data ATM, remove break when data can be used */
           case 1002:
@@ -1801,6 +1805,8 @@
           case 1009:
           case 1011:
+#ifdef BNC_DEBUG_OBS
             emit(newMessage(QString("%1: Block %2 contain partial data! Ignored!")
                  .arg(_staID).arg(id).toLatin1(), true));
+#endif
             break; /* no use decoding partial data ATM, remove break when data can be used */
           case 1010:
