Index: source/ariba/overlay/BaseOverlay.cpp
===================================================================
--- source/ariba/overlay/BaseOverlay.cpp	(revision 6946)
+++ source/ariba/overlay/BaseOverlay.cpp	(revision 6947)
@@ -1132,5 +1132,5 @@
 	// return own end-point descriptor
 	if( node == nodeId || node.isUnspecified() ) {
-		logging_info("getEndpointDescriptor: returning self.");
+		//logging_info("getEndpointDescriptor: returning self.");
 		return bc->getEndpointDescriptor();
 	}
@@ -1153,5 +1153,5 @@
 				bc->getEndpointDescriptor(ld->communicationId);
 		if(ep != EndpointDescriptor::UNSPECIFIED()) {
-			logging_info("getEndpointDescriptor: using " << ld->to_string());
+			//logging_info("getEndpointDescriptor: using " << ld->to_string());
 			return ep;
 		}
