diff --git a/plugins/inventory/gcp_compute.py b/plugins/inventory/gcp_compute.py index 137353c..5876aab 100644 --- a/plugins/inventory/gcp_compute.py +++ b/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