Remove debug output
This commit is contained in:
parent
c6740529df
commit
fb9653e0a1
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ func executeTemplate(t *template.Template, data *templateData) ([]byte, error) {
|
|||
line := 0
|
||||
for ; scanner.Scan(); line++ {
|
||||
if delta := line - lineNum; delta < -5 || delta > 5 {
|
||||
fmt.Println(delta)
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue