Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Mar 1, 2021
1 parent f26181e commit 80e86ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions glob.go
Expand Up @@ -5,7 +5,6 @@ import (
"fmt"
"io"
"io/fs"
"log"
"os"
"path/filepath"
"strings"
Expand Down Expand Up @@ -110,7 +109,6 @@ func Glob(pattern string, opts ...OptFunc) ([]string, error) { // nolint:funlen,
return matches, fmt.Errorf("failed to resolve pattern: %s: %w", pattern, err)
}
pattern = filepath.ToSlash(p)
log.Println("new pattern", pattern)
}

options := compileOptions(opts, pattern)
Expand Down

0 comments on commit 80e86ff

Please sign in to comment.