From 616005883d6ae9e4ce3213776a081d0a536d1aa0 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Wed, 14 Aug 2019 14:48:58 -0700 Subject: [PATCH] removed deprecated line --- agents/meshcore.js | 1 - 1 file changed, 1 deletion(-) diff --git a/agents/meshcore.js b/agents/meshcore.js index adc268af..9d6fc4ed 100644 --- a/agents/meshcore.js +++ b/agents/meshcore.js @@ -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) {