Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sapnajainEntrust authored Nov 15, 2023
1 parent 9600210 commit 6ac60b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/module_utils/entrust_cagw/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def restmethod(self, *args, **kwargs):
host=host, port=port,
base_path=self.session._spec.get("basePath"),
uri=self.uri)
print(url);
# gather named path parameters and do substitution on the URL
if self.parameters:
path_parameters = {}
Expand Down

0 comments on commit 6ac60b3

Please sign in to comment.