lint compliance

This commit is contained in:
ansuz
2020-02-05 10:47:43 -05:00
parent f94713ceca
commit 9c28941f6c
2 changed files with 1 additions and 3 deletions

View File

@@ -196,8 +196,6 @@ var handleAuthenticatedMessage = function (Env, map) {
Respond(void 0, result);
});
default:
console.log(msg);
throw new Error("OOPS");
return void Respond('UNSUPPORTED_RPC_CALL', msg);
}
};