We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f65d1 commit 334f072Copy full SHA for 334f072
organizations/organizations.go
@@ -67,8 +67,6 @@ func ListReposWithCallback(org string, opts *ListOptions, cb func(repo *github.R
67
return err
68
}
69
70
- log.Println("WTF", opts.Exclude)
71
-
72
for _, r := range possible {
73
74
has_prefix := false
0 commit comments