diff options
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r-- | ipalib/frontend.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py index db399ba5..6e79e539 100644 --- a/ipalib/frontend.py +++ b/ipalib/frontend.py @@ -265,7 +265,6 @@ class Param(plugable.ReadOnly): """ Return ``True`` is this Param is a password. """ - # FIXME: add unit test return 'password' in self.flags def __clone__(self, **override): |