Undo Goland madness
This commit is contained in:
@@ -179,7 +179,7 @@ func (t *ProgressEmitter) computeProgressUpdates() []progressUpdate {
|
||||
}
|
||||
}
|
||||
|
||||
// ClearForVersion up sentDownloadStates for devices which we are no longer connected to.
|
||||
// Clean up sentDownloadStates for devices which we are no longer connected to.
|
||||
for id := range t.sentDownloadStates {
|
||||
_, ok := t.connections[id]
|
||||
if !ok {
|
||||
|
||||
Reference in New Issue
Block a user