remove extra debug logging statement (#429)

This commit is contained in:
Tom Dyas 2020-05-02 08:06:54 -07:00 committed by GitHub
parent 2d693e07a2
commit 64674c727c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package digitalocean
import (
"fmt"
"log"
"github.com/aws/aws-sdk-go/service/s3"
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
@ -76,7 +75,6 @@ func getDigitalOceanBuckets(meta interface{}) ([]interface{}, error) {
}
}
log.Printf("buckets = %v", buckets)
return buckets, nil
}