Skip to content

Commit 8191c6c

Browse files
committed
Remove print
1 parent ad7bd48 commit 8191c6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/clace/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ func getConfigPath(cCtx *cli.Context) (string, string, error) {
108108
// Found bin directory, use its parent
109109
binParent = filepath.Dir(binParent)
110110
}
111-
fmt.Printf("bin %s binAbsolute: %s parent %s\n", binFile, binAbsolute, binParent)
112111
binParentConfig := path.Join(binParent, "clace.toml")
113112
if fileExists(binParentConfig) && (strings.Contains(binParent, "clace") || strings.Contains(binParent, "clhome")) {
114113
// Config file found in parent directory of the executable, use that as path

0 commit comments

Comments
 (0)