Browse Source

rm console.log

activeAddress
Matias Alejo Garcia 10 years ago
parent
commit
ba60d4e59a
  1. 1
      lib/server.js

1
lib/server.js

@ -323,7 +323,6 @@ CopayServer.prototype._getBlockExplorer = function(provider, network) {
url = 'https://test-insight.bitpay.com:443' url = 'https://test-insight.bitpay.com:443'
break; break;
} }
console.log('[server.js.320:url:]', url); //TODO
return new Explorers.Insight(url, network); return new Explorers.Insight(url, network);
break; break;
} }

Loading…
Cancel
Save