mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
Code refactoring: removed a debug trace
SVN:trunk[3965]
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user