removed deprecated line

Bryan Roe committed Aug 14, 2019 at 14:48 UTC ff076fa927c1e4bf00c87dcee16677ea450cf64a
1 file changed -1
agents/meshcore.js
-1
@@ -1316,7 +1316,6 @@ function createMeshCore(agent)
1316 } else if (this.httprequest.protocol == 1) {
1317 // Send data into terminal stdin
1318 //this.write(data); // Echo back the keys (Does not seem to be a good idea)
1319 - this.httprequest.process.write(data);
1319 } else if (this.httprequest.protocol == 2) {
1320 // Send data into remote desktop
1321 if (this.httprequest.desktop.state == 0) {