removed deprecated line

This commit is contained in:
Bryan Roe 2019-08-14 14:48:58 -07:00
parent b5c5d49f2a
commit ff076fa927

View File

@ -1316,7 +1316,6 @@ function createMeshCore(agent)
} else if (this.httprequest.protocol == 1) {
// Send data into terminal stdin
//this.write(data); // Echo back the keys (Does not seem to be a good idea)
this.httprequest.process.write(data);
} else if (this.httprequest.protocol == 2) {
// Send data into remote desktop
if (this.httprequest.desktop.state == 0) {