Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks committed Jul 11, 2023
1 parent 02ae570 commit db9513f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/status/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,5 @@ func SaveStatus() error {
return err
}
configFilePath := filepath.Join(configPath, "devcontainer-cli-status.json")
fmt.Printf("HERE: %q\n", configFilePath)
return viper.WriteConfigAs(configFilePath)
}

0 comments on commit db9513f

Please sign in to comment.