Skip to content

Commit bd0d95b

Browse files
committed
chore: cleanup stale TODOs
1 parent 302c0cd commit bd0d95b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ const QcStrictMode = React.StrictMode
4949
// type instead when debugging in Chrome:
5050
//const QcStrictMode = React.Fragment
5151

52-
// TODO: Project-wide issue: Handle errors on network, non-200 HTTP statuses, etc.
53-
5452
const QC_EXT_CLASSNAME = 'qc-ext'
5553
const NAVIGATION_CONTAINER_CLASSNAME = 'qc-ext-navigation-container'
5654

@@ -97,8 +95,6 @@ async function main() {
9795
initializeComicNavigation()
9896
initializeDateAndNews()
9997
initializeExtraNavigation()
100-
101-
// TODO: Initialize "message seat"
10298
}
10399

104100
async function developmentMain() {

0 commit comments

Comments
 (0)