Oops, forgot to remove a log.

This commit is contained in:
Simon Howe
2015-12-14 15:23:21 +01:00
parent 437cd737cc
commit 08a68aa605

View File

@@ -132,7 +132,6 @@ export default class Terminal extends React.Component {
const innerNode = ReactDOM.findDOMNode(component.inner);
this.term.open(innerNode);
this.term.on('data', (data) => {
log('data', data);
if (this.socket) {
this.socket.send(data);
}