Skip to content

Commit fc7f0db

Browse files
committed
schemas: remove unnecessary log statement
This is easier than plumbing logger just for that one log line.
1 parent d78150f commit fc7f0db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/schemas/schemas.go

-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"fmt"
88
"io"
99
"io/fs"
10-
"log"
1110
"path"
1211

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

6765
return &ProviderSchema{
6866
File: gzipReader,

0 commit comments

Comments
 (0)