Skip to content

Commit

Permalink
Merge pull request #180 from xmudrii/patch-162
Browse files Browse the repository at this point in the history
Fixed #162 - removed debug output for extracting volumes
  • Loading branch information
mdlayher committed Jan 12, 2017
2 parents 6be4a78 + bfc53a0 commit 885908b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions commands/droplets.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,6 @@ func extractUserData(userData, filename string) (string, error) {
func extractVolumes(volumeList []string) []godo.DropletCreateVolume {
var volumes []godo.DropletCreateVolume

notice(fmt.Sprintf("extracting volumes from %#v\n", volumeList))

for _, v := range volumeList {
var req godo.DropletCreateVolume
if uuid.Parse(v) != nil {
Expand Down

0 comments on commit 885908b

Please sign in to comment.