Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed Mar 15, 2021
1 parent 832c0f2 commit a6321ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hcl2template/formatter.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ func (f *HCL2Formatter) Format(path string) (int, hcl.Diagnostics) {
if path == "-" {
bytesModified, diags = f.formatFile(path, diags, bytesModified)
return bytesModified, diags
} else {
fmt.Println("Did not hit the correct statement")
}

isDir, err := isDir(path)
Expand Down

0 comments on commit a6321ac

Please sign in to comment.