From 0e9e27b97b4cbb668d053c9426c848644504b269 Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Fri, 30 Jun 2017 18:25:45 +0300 Subject: [PATCH] remove debug --- lib/plugins/wallet/dashd/dashd.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/plugins/wallet/dashd/dashd.js b/lib/plugins/wallet/dashd/dashd.js index ea000d96..174560bd 100644 --- a/lib/plugins/wallet/dashd/dashd.js +++ b/lib/plugins/wallet/dashd/dashd.js @@ -19,7 +19,6 @@ const rpcConfig = { port: config.rpcport || DEFAULT_PORT } -console.log('DEBUG100: %j', rpcConfig) function fetch (method, params) { return jsonRpc.fetch(rpcConfig, method, params) }