remove debug

This commit is contained in:
Josh Harvey 2017-06-30 18:25:45 +03:00
parent 2c525c1e5c
commit 0e9e27b97b

View file

@ -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)
} }