Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Jan 18, 2023
1 parent a12fda0 commit 0da9461
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ func (c *Client) BootInstance(ctx context.Context, linodeID int, configID int) e
// CloneInstance clone an existing Instances Disks and Configuration profiles to another Linode Instance
func (c *Client) CloneInstance(ctx context.Context, linodeID int, opts InstanceCloneOptions) (*Instance, error) {
body, err := json.Marshal(opts)
fmt.Printf("%v", body)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 0da9461

Please sign in to comment.