Skip to content

Commit

Permalink
Remove doAction from edit navigation error boundary
Browse files Browse the repository at this point in the history
Separate navigation editor screen development is on hold.
  • Loading branch information
fullofcaffeine committed Jul 1, 2022
1 parent df5582a commit b69f546
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Component } from '@wordpress/element';
import { __ } from '@wordpress/i18n';
import { Button } from '@wordpress/components';
import { Warning } from '@wordpress/block-editor';
import { doAction } from '@wordpress/hooks';

class ErrorBoundary extends Component {
constructor() {
Expand All @@ -20,8 +19,6 @@ class ErrorBoundary extends Component {

componentDidCatch( error ) {
this.setState( { error } );

doAction( 'gb.reportErrorBoundaryException', error );
}

reboot() {
Expand Down

0 comments on commit b69f546

Please sign in to comment.