remove debug line

This commit is contained in:
Adrien Delorme 2021-03-15 11:46:07 +01:00
parent 832c0f2b2a
commit a6321ac137
1 changed files with 0 additions and 2 deletions

View File

@ -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)