Index: /source/ariba/SideportListener.cpp
===================================================================
--- /source/ariba/SideportListener.cpp	(revision 5781)
+++ /source/ariba/SideportListener.cpp	(revision 5784)
@@ -128,8 +128,6 @@
 		if( tcpip.address().is_v4() || tcpip.address().is_v4_mapped() ){
 			ret |= SideportListener::ipv4;
-			cout << "address " << tcpip.address().to_string() << " is v4" << std::endl;
 		}else if( tcpip.address().is_v6() ){
 			ret |= SideportListener::ipv6;
-			cout << "address " << tcpip.address().to_string() << " is v6" << std::endl;
 		}
 
