Index: source/ariba/communication/modules/transport/protlib/logfile.cpp
===================================================================
--- source/ariba/communication/modules/transport/protlib/logfile.cpp	(revision 2390)
+++ source/ariba/communication/modules/transport/protlib/logfile.cpp	(revision 2467)
@@ -119,8 +119,8 @@
   if (logstream && !quiet)
   {
-    (*logstream) << color[blue] << timenow() << '[' << getpid() << "] Redirecting Log output to \"" << filename << '\"' << endl;
-    (*logstream) << color[blue] << timenow() 
-		 << '[' << getpid() << "] <<<<<<<<<<<<<<<<<<<<<<<< *** LOG  STOP *** <<<<<<<<<<<<<<<<<<<<<<<<" 
-		 << color[off] << endl;
+//     (*logstream) << color[blue] << timenow() << '[' << getpid() << "] Redirecting Log output to \"" << filename << '\"' << endl;
+//     (*logstream) << color[blue] << timenow() 
+// 		 << '[' << getpid() << "] <<<<<<<<<<<<<<<<<<<<<<<< *** LOG  STOP *** <<<<<<<<<<<<<<<<<<<<<<<<" 
+// 		 << color[off] << endl;
   }
 
@@ -144,7 +144,7 @@
   else
   {
-    (*logstream) << color[blue] << timenow() 
-		 << '[' << getpid() << "] >>>>>>>>>>>>>>>>>>>>>>>> *** LOG START *** >>>>>>>>>>>>>>>>>>>>>>>>" 
-		 << color[off] << endl;
+//     (*logstream) << color[blue] << timenow() 
+// 		 << '[' << getpid() << "] >>>>>>>>>>>>>>>>>>>>>>>> *** LOG START *** >>>>>>>>>>>>>>>>>>>>>>>>" 
+// 		 << color[off] << endl;
   }
   return true;
Index: source/ariba/communication/modules/transport/protlib/logfile.h
===================================================================
--- source/ariba/communication/modules/transport/protlib/logfile.h	(revision 2390)
+++ source/ariba/communication/modules/transport/protlib/logfile.h	(revision 2467)
@@ -31,5 +31,5 @@
 
 
-//#define _NO_LOGGING
+#define _NO_LOGGING
 
 #include <fstream> // file stream
@@ -243,7 +243,7 @@
     if (!quiet_start && logstream)
     {
-      (*logstream) << color[blue] << timenow()
-		   << '[' << getpid() << "] >>>>>>>>>>>>>>>>>>>>>>>> *** LOG START *** >>>>>>>>>>>>>>>>>>>>>>>>"
-		   << color[off] << endl;
+//       (*logstream) << color[blue] << timenow()
+// 		   << '[' << getpid() << "] >>>>>>>>>>>>>>>>>>>>>>>> *** LOG START *** >>>>>>>>>>>>>>>>>>>>>>>>"
+// 		   << color[off] << endl;
     }
     pthread_mutex_unlock(&logmutex);
@@ -260,7 +260,7 @@
 
     if ( ! quiet_start )
-	(*logstream) << color[blue] << timenow() << '[' << getpid()
-	<< "] <<<<<<<<<<<<<<<<<<<<<<<< *** LOG  STOP *** <<<<<<<<<<<<<<<<<<<<<<<<"
-	<< color[off] << endl;
+// 	(*logstream) << color[blue] << timenow() << '[' << getpid()
+// 	<< "] <<<<<<<<<<<<<<<<<<<<<<<< *** LOG  STOP *** <<<<<<<<<<<<<<<<<<<<<<<<"
+// 	<< color[off] << endl;
     pthread_mutex_unlock(&logmutex);
 
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"
