From d977282ce29f65dcc541911c9457e66b52322200 Mon Sep 17 00:00:00 2001 From: Andrei Tipa Date: Mon, 21 Oct 2024 10:54:18 -0600 Subject: [PATCH] Remove debug data. --- components/error-boundary/error-boundary.tsx | 1 - 1 file changed, 1 deletion(-) 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 (