lint compliance

This commit is contained in:
ansuz 2019-04-01 16:41:13 +02:00
parent dd6767e267
commit 3d8c6dfc7d

4
rpc.js
View file

@ -1803,10 +1803,6 @@ RPC.create = function (
return void Respond('INVALID_MSG');
}
var deny = function () {
Respond('E_ACCESS_DENIED');
};
var handleMessage = function () {
if (config.logRPC) { console.log(msg[0]); }
switch (msg[0]) {