#143 revert not printing to console if it is not expanded

This commit is contained in:
Cassie Tarakajian 2016-11-02 22:41:10 -04:00
parent 23fb53bc9b
commit 7ededa5c18

View file

@ -37,9 +37,7 @@ class Console extends React.Component {
this.appendConsoleEvent(consoleEvent);
}
});
if (nextProps.isExpanded) {
this.appendConsoleEvent(consoleEvent);
}
this.appendConsoleEvent(consoleEvent);
}
});
}