From 486c7e4ae61237a82fb0ec1be57d9adde197deb8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 10 Jun 2015 14:07:24 -0700 Subject: [PATCH] builder/digitalocean: remove unused things --- builder/digitalocean/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/builder/digitalocean/config.go b/builder/digitalocean/config.go index 0be49f08e..5defe89db 100644 --- a/builder/digitalocean/config.go +++ b/builder/digitalocean/config.go @@ -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"`