Skip to content

Commit 378068b

Browse files
author
cg33
committed
refactor(refactor): remove useless code
1 parent e0a43b5 commit 378068b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

guard/guard.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package guard
22

33
import (
4-
"fmt"
54
"path/filepath"
65
"strings"
76

@@ -56,7 +55,5 @@ func (g *Guardian) getPaths(ctx *context.Context) (string, string, error) {
5655
path = filepath.Join(g.roots.GetPathFromPrefix(ctx), relativePath)
5756
)
5857

59-
fmt.Println("relativePath", relativePath, "g.prefix", g.prefix, "ctx.Path()", ctx.Path())
60-
6158
return relativePath, path, err
6259
}

0 commit comments

Comments
 (0)