Skip to content

Commit db9513f

Browse files
committed
remove debug output
1 parent 02ae570 commit db9513f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/pkg/status/status.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,5 @@ func SaveStatus() error {
6767
return err
6868
}
6969
configFilePath := filepath.Join(configPath, "devcontainer-cli-status.json")
70-
fmt.Printf("HERE: %q\n", configFilePath)
7170
return viper.WriteConfigAs(configFilePath)
7271
}

0 commit comments

Comments
 (0)