remove debug line
This commit is contained in:
parent
832c0f2b2a
commit
a6321ac137
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue