mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
fix: remove debugger
This commit is contained in:
parent
aff2f346d6
commit
a835dc6059
@ -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={{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user