summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/plugins')
-rw-r--r--ipaserver/plugins/cert.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/ipaserver/plugins/cert.py b/ipaserver/plugins/cert.py
index 526360bb6..1007408ef 100644
--- a/ipaserver/plugins/cert.py
+++ b/ipaserver/plugins/cert.py
@@ -842,14 +842,6 @@ class cert_revoke(PKQuery, CertMethod, VirtualCommand):
class cert_remove_hold(PKQuery, CertMethod, VirtualCommand):
__doc__ = _('Take a revoked certificate off hold.')
- has_output_params = (
- Flag('unrevoked',
- label=_('Unrevoked'),
- ),
- Str('error_string',
- label=_('Error'),
- ),
- )
operation = "certificate remove hold"
def get_options(self):