Index: source/ariba/communication/modules/transport/tcp/TCPTransport.cpp
===================================================================
--- source/ariba/communication/modules/transport/tcp/TCPTransport.cpp	(revision 2390)
+++ source/ariba/communication/modules/transport/tcp/TCPTransport.cpp	(revision 2467)
@@ -314,7 +314,7 @@
 
 		// send message
-		cout << "Sending message ..." << endl;
+		//cout << "Sending message ..." << endl;
 		sendMessage( new TextMessage( "Hello World!" ) );
-		cout << "Message sent ..." << endl;
+		//cout << "Message sent ..." << endl;
 
 	}
Index: source/ariba/communication/modules/transport/tcp/TCPTransport.h
===================================================================
--- source/ariba/communication/modules/transport/tcp/TCPTransport.h	(revision 2390)
+++ source/ariba/communication/modules/transport/tcp/TCPTransport.h	(revision 2467)
@@ -41,5 +41,5 @@
 
 // kill protlib logging
-//#define _NO_LOGGING
+#define _NO_LOGGING
 
 #include "ariba/utility/logging/Logging.h"
