diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index 895ffec48..52eecbf76 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -2021,10 +2021,6 @@ class AttributeOneWayPassword extends AttributeDefinition $aValues = array(); $aValues[$this->GetCode().'_hash'] = ''; $aValues[$this->GetCode().'_salt'] = ''; - echo "Writing an empty password !!!"; - echo "
\n"; - print_r($value); - echo "\n"; } return $aValues; }