Index: /trunk/BNC/corrfile.cpp
===================================================================
--- /trunk/BNC/corrfile.cpp	(revision 3691)
+++ /trunk/BNC/corrfile.cpp	(revision 3692)
@@ -66,6 +66,4 @@
 void t_corrFile::syncRead(const bncTime& tt) {
 
-  cout << "tt = " << tt.gpssec() << endl;
-
   if (stopRead(tt)) {
     return;
@@ -74,7 +72,6 @@
   QList<QString> corrs;
 
-  if (!_lastLine.isEmpty() && !stopRead(tt)) {
+  if (!_lastLine.isEmpty()) {
     corrs << _lastLine;
-    cout << _lastLine.toAscii().data() << endl;
   }
 
@@ -87,5 +84,4 @@
 
     if (stopRead(tt)) {
-      cout << "stop " << endl;
       if (corrs.size()) {
         emit newCorrections(corrs);
@@ -95,5 +91,4 @@
     else {
       corrs << _lastLine;
-      cout << _lastLine.toAscii().data() << endl;
     }
   }
