watchtower/wtclient: remove stale sessionQueue TODO

The state updates that are pending to be acked by the tower are already
loaded within newSessionQueue.
This commit is contained in:
Wilmer Paulino 2019-06-07 17:40:42 -07:00
parent 4722a67ebb
commit 76f9c9bd52
No known key found for this signature in database
GPG Key ID: 6DF57B9F9514972F

@ -145,9 +145,6 @@ func newSessionQueue(cfg *sessionQueueConfig) *sessionQueue {
// backups.
func (q *sessionQueue) Start() {
q.started.Do(func() {
// TODO(conner): load prior committed state updates from disk an
// populate in queue.
go q.sessionManager()
})
}