Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe committed Feb 20, 2024
1 parent 829e873 commit d046521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion digitalocean/app/resource_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ func resourceDigitalOceanAppCreate(ctx context.Context, d *schema.ResourceData,
}

d.SetId(app.ID)

log.Printf("[DEBUG] Waiting for app (%s) deployment to become active", app.ID)
timeout := d.Timeout(schema.TimeoutCreate)
err = waitForAppDeployment(client, app.ID, timeout)
Expand Down

0 comments on commit d046521

Please sign in to comment.