diff --git a/lib/ansible/plugins/inventory/gcp_compute.py b/lib/ansible/plugins/inventory/gcp_compute.py index 137353cacae..5876aab5388 100644 --- a/lib/ansible/plugins/inventory/gcp_compute.py +++ b/lib/ansible/plugins/inventory/gcp_compute.py @@ -317,7 +317,6 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable): :return a dict with key/value pairs for each in list. ''' new_metadata = {} - print(metadata) for pair in metadata: new_metadata[pair["key"]] = pair["value"] return new_metadata