Skip to content

Commit

Permalink
Remove getting provider schema log line (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck authored Feb 22, 2024
1 parent 9764b1e commit fc7ab87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/state/provider_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ func providerAddrEquals(a, b tfaddr.Provider) bool {
}

func (s *ProviderSchemaStore) ProviderSchema(modPath string, addr tfaddr.Provider, vc version.Constraints) (*tfschema.ProviderSchema, error) {
s.logger.Printf("PSS: getting provider schema (%s, %s, %s)", modPath, addr, vc)
txn := s.db.Txn(false)

it, err := txn.Get(s.tableName, "id_prefix", addr)
Expand Down

0 comments on commit fc7ab87

Please sign in to comment.