diff --git a/otcextensions/sdk/waf/v1/_proxy.py b/otcextensions/sdk/waf/v1/_proxy.py index a8c67a9fd..9b3ec8014 100644 --- a/otcextensions/sdk/waf/v1/_proxy.py +++ b/otcextensions/sdk/waf/v1/_proxy.py @@ -54,7 +54,6 @@ def create_certificate(self, **attrs): :returns: The results of certificate creation :rtype: :class:`~otcextensions.sdk.waf.v1.certificate.Certificate` """ - print(attrs) return self._create(_cert.Certificate, prepend_key=False, **attrs) def get_certificate(self, certificate):