Skip to content

Commit

Permalink
Remove debug data.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtag23 committed Oct 21, 2024
1 parent 12980e4 commit d977282
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/error-boundary/error-boundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class ErrorBoundary extends React.Component<Props> {

render() {
if (this.state.errorMessage) {
console.log('this.state.hasError', this.state.errorMessage);
return (
<div className="mx-auto max-w-6xl px-5 py-12">
<div className="rounded-xl bg-gray p-8 text-center">
Expand Down

0 comments on commit d977282

Please sign in to comment.