Skip to content

Commit

Permalink
refactor(product_enablement): remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Feb 21, 2023
1 parent 30cb79e commit fdd96ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastly/block_fastly_service_product_enablement.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ func (h *ProductEnablementServiceAttributeHandler) GetSchema() *schema.Schema {
// Create creates the resource.
func (h *ProductEnablementServiceAttributeHandler) Create(_ context.Context, d *schema.ResourceData, resource map[string]any, serviceVersion int, conn *gofastly.Client) error {
serviceID := d.Id()
log.Printf("[DEBUG] Service ID: %s\n", serviceID)

if h.GetServiceMetadata().serviceType == ServiceTypeCompute {
if resource["fanout"].(bool) {
Expand Down

0 comments on commit fdd96ba

Please sign in to comment.