diff --git a/internal/datasources/scopes.go b/internal/datasources/scopes.go index 5016e8cd..d3f5e763 100644 --- a/internal/datasources/scopes.go +++ b/internal/datasources/scopes.go @@ -145,11 +145,6 @@ func (s *Scopes) Read(ctx context.Context, req datasource.ReadRequest, resp *dat //the array of scopes is listed together under one uid stateScopes := state.Scopes newScope := providerschema.NewScopeData(&scope, collectionSet) - //newScope := providerschema.ScopeData{ - // Name: types.StringValue(*scope.Name), - // Uid: types.StringValue(*scope.Uid), - // Collections: collectionSet, - //} stateScopes = append(stateScopes, *newScope)