git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3965 a333f486-631f-4898-b8df-5754b55c2be0
@@ -197,7 +197,6 @@ try
$oXmlRoot->SetAttribute('position', 'left');
$oXmlRoot->SetAttribute('title', MetaModel::GetRelationDescription($sRelation).' '. htmlspecialchars($oObj->GetRawName()));
-IssueLog::Info(__function__." Rel: $sRelation");
GetRelatedObjectsAsXml($oObj, $sRelation, $oLinks, $oXmlDoc, $oXmlNode, 0, $aExcludedClasses);
$oXmlRoot->AppendChild($oXmlNode);