Remove line

This commit is contained in:
Corey Johnson 2019-12-02 15:09:37 -08:00
parent 1231ddd01c
commit 2c86c1d139

View file

@ -35,6 +35,5 @@ func updateInBackground(alertMsgChan chan *string) {
return
}
alertMsg := update.UpdateMessage(client)
alertMsgChan <- alertMsg
alertMsgChan <- update.UpdateMessage(client)
}