Skip to content

Commit bd43eee

Browse files
committed
remove reportWebVitals
1 parent b89b00e commit bd43eee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/index.js

-6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@ import React from 'react';
22
import ReactDOM from 'react-dom';
33
import './index.css';
44
import App from './App';
5-
import reportWebVitals from './reportWebVitals';
65

76
ReactDOM.render(
87
<React.StrictMode>
98
<App />
109
</React.StrictMode>,
1110
document.getElementById('root')
1211
);
13-
14-
// If you want to start measuring performance in your app, pass a function
15-
// to log results (for example: reportWebVitals(console.log))
16-
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
17-
reportWebVitals();

0 commit comments

Comments
 (0)