Skip to content

Commit ad95ad9

Browse files
committed
store [nfc]: Remove completed TODO
This was completed in commit fa29128. Signed-off-by: Zixuan James Li <[email protected]>
1 parent eebe9d3 commit ad95ad9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/model/store.dart

-1
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,6 @@ class UpdateMachine {
798798
assert(debugLog('Transient error polling event queue for $store: $e\n'
799799
'Backing off, then will retry…'));
800800
// TODO tell user if transient polling errors persist
801-
// TODO reset to short backoff eventually
802801
await (backoffMachine ??= BackoffMachine()).wait();
803802
assert(debugLog('… Backoff wait complete, retrying poll.'));
804803
continue;

0 commit comments

Comments
 (0)