Index: trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
===================================================================
--- trunk/BNC/src/RTCM3/RTCM3Decoder.cpp	(revision 10235)
+++ 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:
Index: trunk/BNC/src/src.pri
===================================================================
--- trunk/BNC/src/src.pri	(revision 10235)
+++ trunk/BNC/src/src.pri	(revision 10236)
@@ -20,8 +20,9 @@
 release:DEFINES += SPLITBLOCK
 debug:DEFINES   += SPLITBLOCK
-debug:DEFINES   += BNC_DEBUG_BCEP
-debug:DEFINES   += BNC_DEBUG_PPP
-debug:DEFINES   += BNC_DEBUG_SSR
-debug:DEFINES   += BNC_DEBUG_CMB
+debug:DEFINES   += BNC_DEBUG_OBS
+#debug:DEFINES   += BNC_DEBUG_BCEP
+#debug:DEFINES   += BNC_DEBUG_PPP
+#debug:DEFINES   += BNC_DEBUG_SSR
+#debug:DEFINES   += BNC_DEBUG_CMB
 
 # Include Path
