Removed console.log call
This commit is contained in:
parent
3f4bc929e9
commit
eedc1e4d23
@ -20,7 +20,6 @@ render((
|
||||
if (module.hot) {
|
||||
module.hot.accept('./root', () => {
|
||||
const NextRoot = require('./root').default;
|
||||
console.log(NextRoot);
|
||||
render((
|
||||
<AppContainer>
|
||||
<NextRoot />
|
||||
|
Loading…
x
Reference in New Issue
Block a user