summaryrefslogtreecommitdiffstats
path: root/ipalib/crud.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/crud.py')
-rw-r--r--ipalib/crud.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipalib/crud.py b/ipalib/crud.py
index 60c605dd9..867f9fe1f 100644
--- a/ipalib/crud.py
+++ b/ipalib/crud.py
@@ -47,8 +47,6 @@ class Del(frontend.Method):
yield self.obj.primary_key
def get_options(self):
- for param in self.obj.params_minus_pk():
- yield param
for option in self.takes_options:
yield option