Skip to content

Commit a8d0617

Browse files
committed
remove tracing output
1 parent e8f2bf2 commit a8d0617

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

find_replace.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ func NewFile(path string) *File {
3030
if err != nil {
3131
log.Fatalf("Unable to resolve absolute path of %v: %v", path, err)
3232
}
33-
println("got abs: " + absPath)
3433
return &File{Path: absPath}
3534
}
3635

0 commit comments

Comments
 (0)