builder/digitalocean: remove unused things

pull/2206/head
Mitchell Hashimoto 11 years ago
parent d9c48e82fb
commit 486c7e4ae6

@ -12,7 +12,6 @@ import (
"github.com/mitchellh/packer/helper/config"
"github.com/mitchellh/packer/packer"
"github.com/mitchellh/packer/template/interpolate"
//"github.com/digitalocean/godo"
)
type Config struct {
@ -20,8 +19,6 @@ type Config struct {
APIToken string `mapstructure:"api_token"`
// OLD STUFF
Region string `mapstructure:"region"`
Size string `mapstructure:"size"`
Image string `mapstructure:"image"`

Loading…
Cancel
Save