Clear console.logs

This commit is contained in:
jwu-fisker
2021-01-07 18:01:16 -08:00
parent e3d72037f2
commit efa9d8917b
3 changed files with 0 additions and 4 deletions

View File

@@ -11,8 +11,6 @@ export default class ErrorBoundary extends Component {
return { hasError: true, error };
}
componentDidCatch(error, errorInfo) {
// eslint-disable-next-line no-console
console.log({ error, errorInfo });
this.setState({ errorInfo });
}
render() {