From 443b811dce5c4a3944466f1a1e81854443255e00 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 12 Oct 2020 13:36:06 +0100 Subject: Remove pointless comment --- src/index.tsx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/index.tsx') 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(); -- cgit v1.2.3