Removed log in WrappedBundle

• Removed:
- log in WrappedBundle
This commit is contained in:
mgabdev 2020-08-14 12:46:13 -05:00
parent 014e476b5d
commit 017eb0e99d

View File

@ -10,8 +10,6 @@ class WrappedBundle extends PureComponent {
loadingComponent, loadingComponent,
} = this.props } = this.props
console.log("WrappedBundle:", this.props)
return ( return (
<Bundle <Bundle
fetchComponent={component} fetchComponent={component}