mirror of
https://github.com/documize/community.git
synced 2025-08-09 15:35:27 +02:00
comment out debug code
This commit is contained in:
parent
c3aee35930
commit
de25a429f2
1 changed files with 11 additions and 10 deletions
|
@ -12,7 +12,6 @@
|
||||||
package github
|
package github
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"html/template"
|
"html/template"
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
@ -264,6 +263,7 @@ 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.Println("DEBUG-1 client:", c.Token, c.Owner, c.Repo, c.ReportInfo, c.Branch)
|
||||||
fmt.Printf("DEBUG-2 client %#v\n", *c)
|
fmt.Printf("DEBUG-2 client %#v\n", *c)
|
||||||
|
|
||||||
|
@ -274,6 +274,7 @@ func (c *githubConfig) Clean() {
|
||||||
} else {
|
} else {
|
||||||
fmt.Printf("DEBUG-4 client %#v\n", *auth)
|
fmt.Printf("DEBUG-4 client %#v\n", *auth)
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
type githubCallbackT struct {
|
type githubCallbackT struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue