Remove outputs
This commit is contained in:
parent
eb6dd6f2ee
commit
f6577ed574
|
@ -2,7 +2,6 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
|
@ -50,7 +49,6 @@ func processBackrefs(fp *FilePages) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, link := range links {
|
for _, link := range links {
|
||||||
fmt.Println(link.Line)
|
|
||||||
refs[link.PageName] = append(refs[link.PageName], Reference{link, page.Name})
|
refs[link.PageName] = append(refs[link.PageName], Reference{link, page.Name})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1
main.go
1
main.go
|
@ -145,7 +145,6 @@ func (*authHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
} else if r.URL.Path == "/auth/callback" {
|
} else if r.URL.Path == "/auth/callback" {
|
||||||
log.Printf("%+v\n", sess)
|
|
||||||
code := r.URL.Query().Get("code")
|
code := r.URL.Query().Get("code")
|
||||||
state := r.URL.Query().Get("state")
|
state := r.URL.Query().Get("state")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user