lint compliance

pull/1/head
ansuz 2019-04-01 16:41:13 +02:00
parent dd6767e267
commit 3d8c6dfc7d
1 changed files with 0 additions and 4 deletions

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]) {