Index: trunk/BNC/bncpppclient.cpp
===================================================================
--- trunk/BNC/bncpppclient.cpp	(revision 2549)
+++ trunk/BNC/bncpppclient.cpp	(revision 2550)
@@ -56,6 +56,4 @@
 using namespace std;
 
-////#define DEBUG_OUTPUT
-
 // Constructor
 ////////////////////////////////////////////////////////////////////////////
@@ -129,11 +127,4 @@
   t_obsInternal* obs = &(pp->_o);
 
-#ifdef DEBUG_OUTPUT
-  ostringstream str;
-  str.setf(ios::fixed);
-  str << "bncPPPclient::putNewObs: " << obs->satSys << obs->satNum;
-  emit newMessage(QByteArray(str.str().c_str()), false);
-#endif
-
   if (obs->satSys != 'G' && !_useGlonass) {
     return;
@@ -249,5 +240,4 @@
     _epoData->satDataGlo[satData->prn] = satData;
   }
-
 }
 
@@ -258,11 +248,4 @@
 
   QString prn = QString("G%1").arg(gpseph.satellite, 2, 10, QChar('0'));
-
-#ifdef DEBUG_OUTPUT
-  ostringstream str;
-  str.setf(ios::fixed);
-  str << "bncPPPclient::slotNewEphGPS: " << prn.toAscii().data();
-  emit newMessage(QByteArray(str.str().c_str()), false);
-#endif
 
   if (_eph.contains(prn)) {
@@ -287,11 +270,4 @@
 
   QString prn = QString("R%1").arg(gloeph.almanac_number, 2, 10, QChar('0'));
-
-#ifdef DEBUG_OUTPUT
-  ostringstream str;
-  str.setf(ios::fixed);
-  str << "bncPPPclient::slotNewEphGlonass: " << prn.toAscii().data();
-  emit newMessage(QByteArray(str.str().c_str()), false);
-#endif
 
   if (_eph.contains(prn)) {
@@ -320,10 +296,4 @@
     return;
   }
-
-#ifdef DEBUG_OUTPUT
-  ostringstream str;
-  str.setf(ios::fixed);
-  str << "bncPPPclient::slotNewCorrections: ";
-#endif
 
   // Remove All Corrections
@@ -362,8 +332,4 @@
 
       cc->tt.set(GPSweek, GPSweeks);
-
-#ifdef DEBUG_OUTPUT
-      str << prn.toAscii().data() << " ";
-#endif
 
       if      ( messageType == COTYPE_GPSCOMBINED    || 
@@ -441,8 +407,4 @@
   }
 
-#ifdef DEBUG_OUTPUT
-  emit newMessage(QByteArray(str.str().c_str()), false);
-#endif
-
   QMutableMapIterator<QString, t_corr*> im(_corr);
   while (im.hasNext()) {
