From 702c1e8135127a03f5f1f7d94c4077a56d1945ed Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Sun, 11 Sep 2022 15:46:14 -0500 Subject: [PATCH] chore: remove update test message --- src/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 09d9b07..cbffbe9 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -12,6 +12,3 @@ root.render() // to log results (for example: reportWebVitals(console.log)) // or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals reportWebVitals() - -// FIXME: Remove this -console.log('Update test')