fix: remove debugger

This commit is contained in:
林熠 2020-08-10 18:52:23 +08:00
parent aff2f346d6
commit a835dc6059

View File

@ -38,7 +38,6 @@ class NotFoundComponent extends PureComponent {
render() {
console.error('component not found:', this.props);
const { _componentName: componentName } = this.props;
debugger;
return <Div
{...this.props}
style={{