Remove outputs
This commit is contained in:
parent
eb6dd6f2ee
commit
f6577ed574
|
@ -2,7 +2,6 @@ package main
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
@ -50,7 +49,6 @@ func processBackrefs(fp *FilePages) error {
|
|||
}
|
||||
|
||||
for _, link := range links {
|
||||
fmt.Println(link.Line)
|
||||
refs[link.PageName] = append(refs[link.PageName], Reference{link, page.Name})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user