Skip to content

Commit

Permalink
feat: removed print statement from utils.go
Browse files Browse the repository at this point in the history
Signed-off-by: Asish Kumar <[email protected]>
  • Loading branch information
officialasishkumar committed May 11, 2024
1 parent ee93448 commit 7239ec4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ func TarDir(srcDir string, include []string, exclude []string, tarPath string) e
}
}

fmt.Println(path)

for _, ex := range exclude {
if strings.Contains(path, ex) {
return nil
Expand Down

0 comments on commit 7239ec4

Please sign in to comment.