diff --git a/components/error-boundary/error-boundary.tsx b/components/error-boundary/error-boundary.tsx index 16615b6..cc1788c 100644 --- a/components/error-boundary/error-boundary.tsx +++ b/components/error-boundary/error-boundary.tsx @@ -24,7 +24,6 @@ class ErrorBoundary extends React.Component { render() { if (this.state.errorMessage) { - console.log('this.state.hasError', this.state.errorMessage); return (