Skip to content

Commit 8360475

Browse files
committed
forgot to remove debug shit
1 parent 8b49092 commit 8360475

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/create.go

Lines changed: 0 additions & 3 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"
@@ -115,7 +114,5 @@ func buildInstance(options *options.Options) (*govultr.InstanceCreateReq, error)
115114
Tags: []string{"devpod"},
116115
}
117116

118-
fmt.Printf("%#v\n", instance)
119-
120117
return instance, nil
121118
}

0 commit comments

Comments
 (0)