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.
The
DeployFormCompleteMsgcase in the mainUpdate()switch (~line 220 ofapp.go) is dead code. It never executes becauseupdateDeployFormAll()intercepts the message first. The real handler is insideupdateDeployFormAll()(~line 469). The dead code should be removed to avoid confusion.