Skip to content

Commit 0f04103

Browse files
committed
delete debug b64 prints
1 parent 726e678 commit 0f04103

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmd/create.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package cmd
33
import (
44
"context"
55
"encoding/base64"
6-
"fmt"
76

87
"github.com/loft-sh/devpod/pkg/log"
98
"github.com/loft-sh/devpod/pkg/ssh"
@@ -92,10 +91,7 @@ users:
9291
- ` + string(publicKey) + `
9392
`
9493

95-
fmt.Printf("Cloud Init Config: %v\n", resultScript)
96-
9794
resultScript = base64.StdEncoding.EncodeToString([]byte(resultScript))
98-
fmt.Printf("Cloud Init B64: %v\n", resultScript)
9995
return resultScript, nil
10096
}
10197

0 commit comments

Comments
 (0)