Skip to content

Commit

Permalink
Waf fix (#103)
Browse files Browse the repository at this point in the history
* a pretty bad print
  • Loading branch information
gtema authored Sep 1, 2020
1 parent 0f4b242 commit 39d7e04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion otcextensions/sdk/waf/v1/_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 39d7e04

Please sign in to comment.