From a50e7c25a95425f6d4bc269568dc2b1a2a7a069b Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 11 Jun 2018 16:46:57 -0400 Subject: [PATCH] Not all messages received are json objects --- lib/core/proxy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core/proxy.js b/lib/core/proxy.js index ebac2faa..71e2a95a 100644 --- a/lib/core/proxy.js +++ b/lib/core/proxy.js @@ -30,7 +30,6 @@ exports.serve = function(ipc, host, port, ws){ try { jsonO = JSON.parse(resBody); } catch(e) { - console.log(__("Cannot parse node response")); return; }