Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Jan 10, 2023
1 parent 578bbb0 commit 118de33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/provider/resource_cloudflare_pages_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ func parseDeploymentConfig(deployment cloudflare.PagesProjectDeploymentConfigEnv
config["usage_model"] = deployment.UsageModel

deploymentVars := map[string]string{}
//secretsBinding := &schema.Set{F: schema.HashResource(secretTextBindingResource)}
for key, value := range deployment.EnvVars {
if value.Type == cloudflare.PlainText {
deploymentVars[key] = value.Value
Expand Down

0 comments on commit 118de33

Please sign in to comment.