drop replify integration

This commit is contained in:
ansuz
2019-12-23 17:15:07 -05:00
parent cffb0da833
commit 4c51d464fd
5 changed files with 2 additions and 38 deletions

3
rpc.js
View File

@@ -1369,7 +1369,6 @@ type NetfluxWebsocketSrvContext_t = {
*/
RPC.create = function (
config /*:Config_t*/,
debuggable /*:<T>(string, T)=>T*/,
cb /*:(?Error, ?Function)=>void*/
) {
Log = config.log;
@@ -1405,8 +1404,6 @@ RPC.create = function (
console.error("Can't parse admin keys. Please update or fix your config.js file!");
}
debuggable('rpc_env', Env);
var Sessions = Env.Sessions;
var paths = Env.paths;
var pinPath = paths.pin = keyOrDefaultString('pinPath', './pins');