Skip to content

Commit

Permalink
schemas: remove unnecessary log statement
Browse files Browse the repository at this point in the history
This is easier than plumbing logger just for that one log line.
  • Loading branch information
radeksimko committed Oct 5, 2022
1 parent d78150f commit fc7f0db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/schemas/schemas.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"fmt"
"io"
"io/fs"
"log"
"path"

"github.com/hashicorp/go-version"
Expand Down Expand Up @@ -62,7 +61,6 @@ func FindProviderSchemaFile(filesystem fs.ReadDirFS, pAddr tfaddr.Provider) (*Pr
if err != nil {
return nil, err
}
log.Printf("unzipped file at %s", filePath)

return &ProviderSchema{
File: gzipReader,
Expand Down

0 comments on commit fc7f0db

Please sign in to comment.