aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-12 13:36:06 +0100
committerGravatar Joe Banks <[email protected]>2020-10-12 13:36:06 +0100
commit443b811dce5c4a3944466f1a1e81854443255e00 (patch)
treedbd67ba129ef7d419e72ea30b44e8665d5a0f0d5 /src
parentLazy load components (diff)
Remove pointless comment
Diffstat (limited to 'src')
-rw-r--r--src/index.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 783d34f..22f18cd 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -45,7 +45,4 @@ ReactDOM.render(
document.getElementById('root')
);
-// If you want your app to work offline and load faster, you can change
-// unregister() to register() below. Note this comes with some pitfalls.
-// Learn more about service workers: https://bit.ly/CRA-PWA
serviceWorker.unregister();