Skip to content

Commit

Permalink
forgot to remove debug shit
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneeth-dev committed Nov 15, 2023
1 parent 8b49092 commit 8360475
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package cmd
import (
"context"
"encoding/base64"
"fmt"

"github.com/loft-sh/devpod/pkg/log"
"github.com/loft-sh/devpod/pkg/ssh"
Expand Down Expand Up @@ -115,7 +114,5 @@ func buildInstance(options *options.Options) (*govultr.InstanceCreateReq, error)
Tags: []string{"devpod"},
}

fmt.Printf("%#v\n", instance)

return instance, nil
}

0 comments on commit 8360475

Please sign in to comment.