Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cspargo-apptio committed Feb 6, 2020
1 parent 25711a7 commit fedac25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/directories.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func getCluster(searchDir string, clusterName string) string {

e := filepath.Walk(searchDir, func(path string, f os.FileInfo, err error) error {
dir, file := filepath.Split(path)
fmt.Println("path: ", filepath.Base(dir), dir, file)
if filepath.Base(dir) == clusterName && file == "cluster.jsonnet" {
clusterPath = path
return nil
Expand Down

0 comments on commit fedac25

Please # to comment.