From aef5a8c62aaf0b05bc9ab9c3472936425ecd107c Mon Sep 17 00:00:00 2001 From: kang2453 Date: Wed, 16 Apr 2025 19:27:47 +0900 Subject: [PATCH] fix: remove debug print statement for secret_data in GoogleCloudConnector Signed-off-by: kang2453 --- src/spaceone/inventory/libs/connector.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spaceone/inventory/libs/connector.py b/src/spaceone/inventory/libs/connector.py index 047b8c3..2f84815 100644 --- a/src/spaceone/inventory/libs/connector.py +++ b/src/spaceone/inventory/libs/connector.py @@ -29,7 +29,6 @@ def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) secret_data = kwargs.get("secret_data") - print(f'####: {secret_data}') self.project_id = secret_data.get("project_id") self.credentials = ( google.oauth2.service_account.Credentials.from_service_account_info(