rm console.log

This commit is contained in:
Matias Alejo Garcia 2015-02-18 17:20:31 -03:00
parent e64a85ca0f
commit ba60d4e59a
1 changed files with 0 additions and 1 deletions

View File

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