diff --git a/documize/section/github/model.go b/documize/section/github/model.go index 5b294835..e060d96f 100644 --- a/documize/section/github/model.go +++ b/documize/section/github/model.go @@ -263,18 +263,6 @@ func (c *githubConfig) Clean() { c.SincePtr = &since } } - /* - fmt.Println("DEBUG-1 client:", c.Token, c.Owner, c.Repo, c.ReportInfo, c.Branch) - fmt.Printf("DEBUG-2 client %#v\n", *c) - - var x Provider - auth, _, err := x.githubClient(nil).Authorizations.Check(clientID(), c.Token) - if err != nil { - fmt.Printf("DEBUG-3 client %#v\n", err.Error()) - } else { - fmt.Printf("DEBUG-4 client %#v\n", *auth) - } - */ } type githubCallbackT struct {