remove debug
This commit is contained in:
parent
2c525c1e5c
commit
0e9e27b97b
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ const rpcConfig = {
|
||||||
port: config.rpcport || DEFAULT_PORT
|
port: config.rpcport || DEFAULT_PORT
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('DEBUG100: %j', rpcConfig)
|
|
||||||
function fetch (method, params) {
|
function fetch (method, params) {
|
||||||
return jsonRpc.fetch(rpcConfig, method, params)
|
return jsonRpc.fetch(rpcConfig, method, params)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue