Index: trunk/BNC/bncrinex.cpp
===================================================================
--- trunk/BNC/bncrinex.cpp	(revision 301)
+++ trunk/BNC/bncrinex.cpp	(revision 302)
@@ -135,5 +135,5 @@
       url.setPort(80);
 
-      cout << url.toString().toAscii().data() << endl;
+      ///      cout << url.toString().toAscii().data() << endl;
 
       const int timeOut = 10*1000;
@@ -141,13 +141,9 @@
       QTcpSocket* socket = bncGetThread::request(url, timeOut, msg);
 
-      cout << msg.toAscii().data() << endl;
-
       if (socket) {
-
-        cout << "haha" << endl;
         while (true) {
           if (socket->canReadLine()) {
             QString line = socket->readLine();
-            cout << line.toAscii().data() << endl;
+            ////            cout << line.toAscii().data() << endl;
           }
           else {
