Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Oct 5, 2019
1 parent 3fae604 commit aa11fb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/ghglob/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ func shouldIgnoreDot(patterns []string) bool {
func shouldRoot(patterns []string) bool {
for _, p := range patterns {
if len(p) > 0 && p[0] != '/' {
fmt.Println(p, p[0])
return false
} else if len(p) > 1 && p[0] == '!' && p[1] != '/' {
return false
Expand Down

0 comments on commit aa11fb8

Please sign in to comment.