git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@713 a333f486-631f-4898-b8df-5754b55c2be0
@@ -2021,10 +2021,6 @@ class AttributeOneWayPassword extends AttributeDefinition
$aValues = array();
$aValues[$this->GetCode().'_hash'] = '';
$aValues[$this->GetCode().'_salt'] = '';
- echo "Writing an empty password !!!";
- echo "<pre>\n";
- print_r($value);
- echo "</pre>\n";
}
return $aValues;