From 6ac60b39c028fe25b5515a1245e399b9895eb039 Mon Sep 17 00:00:00 2001 From: sapnajainEntrust <149614151+sapnajainEntrust@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:30:26 -0500 Subject: [PATCH] Update api.py --- plugins/module_utils/entrust_cagw/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/module_utils/entrust_cagw/api.py b/plugins/module_utils/entrust_cagw/api.py index 466d8426b..848843790 100644 --- a/plugins/module_utils/entrust_cagw/api.py +++ b/plugins/module_utils/entrust_cagw/api.py @@ -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 = {}