equinix / terraform-provider-equinix

Terraform Equinix provider
https://deploy.equinix.com/labs/terraform-provider-equinix/
MIT License
47 stars 45 forks source link

chore: clean up debug code that is no longer needed #712

Closed ctreatma closed 1 week ago

ctreatma commented 1 week ago

This removes some unnecessary print statements for debugging the organization resource as well as the unused DumpTransport type. The functionality of the DumpTransport type is already available by setting TF_LOG=debug and doesn't require a custom implementation.