git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2114 a333f486-631f-4898-b8df-5754b55c2be0
@@ -385,7 +385,6 @@ class ModelFactory
{
foreach($this->GetNodes($sSelector) as $oNode)
- echo "Adding rules (".print_r($aRestriction['rules'], true)." to ".$oNode->getAttribute('id')."\n";
$oNode->RestrictExtensibility($aRestriction['rules']);
}