Skip to content

Commit 702771f

Browse files
committed
remove optional todo
1 parent 0febf36 commit 702771f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/context.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -622,12 +622,6 @@ impl Context {
622622
{
623623
warn!(self, "Failed to update quota: {err:#}.");
624624
}
625-
626-
// OPTIONAL TODO: if time left start downloading messages
627-
// while (msg = download_when_normal_starts) {
628-
// if not time_left {break;}
629-
// connection.download_message(msg) }
630-
// }
631625
}
632626

633627
info!(

0 commit comments

Comments
 (0)