- Removed some debug output

SVN:trunk[713]
This commit is contained in:
Denis Flaven
2010-08-30 11:03:15 +00:00
parent 388951c951
commit 89be9163e4

View File

@@ -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;
}