diff --git a/builtin/providers/consul/data_source_consul_catalog_service.go b/builtin/providers/consul/data_source_consul_catalog_service.go index 3a05fe20a..6408fca34 100644 --- a/builtin/providers/consul/data_source_consul_catalog_service.go +++ b/builtin/providers/consul/data_source_consul_catalog_service.go @@ -6,7 +6,6 @@ import ( consulapi "github.com/hashicorp/consul/api" "github.com/hashicorp/errwrap" "github.com/hashicorp/terraform/helper/schema" - "github.com/y0ssar1an/q" ) const ( @@ -160,10 +159,7 @@ func dataSourceConsulCatalogServiceRead(d *schema.ResourceData, meta interface{} l := make([]interface{}, 0, len(services)) - q.Q(services) for _, service := range services { - q.Q(service) - const defaultServiceAttrs = 13 m := make(map[string]interface{}, defaultServiceAttrs)