Code refactoring: removed a debug trace

SVN:trunk[3965]
This commit is contained in:
Romain Quetiez
2016-03-24 10:40:54 +00:00
parent 462af27157
commit 922354320b

View File

@@ -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);