mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Oops, forgot to remove a log.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user