fix js code

This commit is contained in:
blagoev 2017-11-14 08:58:21 +02:00
parent ba2309a540
commit 9bcfa35bba

View File

@ -239,7 +239,6 @@ function sendRequest(command, data, host = sessionHost) {
data = Object.assign({}, data, sessionId ? {sessionId} : null);
commandCounter++;
let url = 'http://' + host + '/' + command;
let response = makeRequest(url, data);