Index: trunk/BNC/upload/bncuploadcaster.cpp
===================================================================
--- trunk/BNC/upload/bncuploadcaster.cpp	(revision 3191)
+++ trunk/BNC/upload/bncuploadcaster.cpp	(revision 3192)
@@ -341,5 +341,4 @@
         QString outLine;
         processSatellite(ep, epoTime.gpsw(), epoTime.gpssec(), prn, xx, sd, outLine);
-        cout << "outLine: " << outLine.toAscii().data() << endl;
         if (_outFile) {
           _outFile->write(epoTime.gpsw(), epoTime.gpssec(), outLine);
@@ -392,5 +391,4 @@
   
     int len = MakeClockOrbit(&co, COTYPE_AUTO, 0, obuffer, sizeof(obuffer));
-    cout << "write clock " << len << endl;
     if (len > 0) {
       this->write(obuffer, len);
@@ -402,5 +400,4 @@
     char obuffer[CLOCKORBIT_BUFFERSIZE];
     int len = MakeBias(&bias, BTYPE_AUTO, 0, obuffer, sizeof(obuffer));
-    cout << "write bias " << len << endl;
     if (len > 0) {
       this->write(obuffer, len);
