From 45a38eff65fcda9ec8f02bb88037ddcc139ca9bf Mon Sep 17 00:00:00 2001 From: ShlokMohanty <59838234+ShlokMohanty@users.noreply.github.com> Date: Tue, 21 Sep 2021 00:48:56 +0530 Subject: [PATCH] deleted the comments from the index file . as suggested in the issue have done the needful. --- src/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/index.js b/src/index.js index aecd7c1..7a51132 100644 --- a/src/index.js +++ b/src/index.js @@ -15,7 +15,5 @@ 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();