Index: /trunk/BNC/bnctabledlg.cpp
===================================================================
--- /trunk/BNC/bnctabledlg.cpp	(revision 1364)
+++ /trunk/BNC/bnctabledlg.cpp	(revision 1365)
@@ -39,11 +39,7 @@
  * -----------------------------------------------------------------------*/
 
-#include <iostream>
-
 #include "bnctabledlg.h"
 #include "bncgetthread.h"
 #include "bncsocket.h"
-
-using namespace std;
 
 // Constructor
@@ -216,8 +212,5 @@
     }
     else {
-      cout << "before waitForReadyRead" << endl;
       socket->waitForReadyRead(timeOut);
-      cout << "after waitForReadyRead" << " " 
-           << socket->bytesAvailable() << endl;
       if (socket->bytesAvailable() > 0) {
         continue;
