Browse Source

Prototype of extensibility rules

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2114 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 years ago
parent
commit
66720c753b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      setup/modelfactory.class.inc.php

+ 0 - 1
setup/modelfactory.class.inc.php

@@ -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']);
 				}
 			}