Skip to content

Remove dead DeployFormCompleteMsg handler in app.go main Update switch #5

Description

@mcheemaa

The DeployFormCompleteMsg case in the main Update() switch (~line 220 of app.go) is dead code. It never executes because updateDeployFormAll() intercepts the message first. The real handler is inside updateDeployFormAll() (~line 469). The dead code should be removed to avoid confusion.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions