Removed console.log call

This commit is contained in:
Andrey Okonetchnikov 2016-09-13 17:11:30 +02:00
parent 3f4bc929e9
commit eedc1e4d23

View File

@ -20,7 +20,6 @@ render((
if (module.hot) {
module.hot.accept('./root', () => {
const NextRoot = require('./root').default;
console.log(NextRoot);
render((
<AppContainer>
<NextRoot />