1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-09 07:25:23 +02:00

remove debug comment

This commit is contained in:
Elliott Stoneham 2016-07-01 18:05:35 +01:00
parent de25a429f2
commit 74b08d2dfc

View file

@ -263,18 +263,6 @@ func (c *githubConfig) Clean() {
c.SincePtr = &since 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 { type githubCallbackT struct {