We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f2bf2 commit a8d0617Copy full SHA for a8d0617
1 file changed
find_replace.go
@@ -30,7 +30,6 @@ func NewFile(path string) *File {
30
if err != nil {
31
log.Fatalf("Unable to resolve absolute path of %v: %v", path, err)
32
}
33
- println("got abs: " + absPath)
34
return &File{Path: absPath}
35
36
0 commit comments