From 7693b27e90f77ca7b0dd8c0247568f67b46d2a4a Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 27 Jun 2014 09:42:18 -0300 Subject: [PATCH] rm console.log --- js/models/blockchain/Insight.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/models/blockchain/Insight.js b/js/models/blockchain/Insight.js index 0ca13c397..46afa817b 100644 --- a/js/models/blockchain/Insight.js +++ b/js/models/blockchain/Insight.js @@ -221,10 +221,7 @@ Insight.prototype._requestNode = function(options, callback) { Insight.prototype._requestBrowser = function(options, callback) { var request = new XMLHttpRequest(); - console.log('[Insight.js.225:options:]', options); //TODO - var url = (options.schema || 'http') + '://' + options.host; - console.log('[Insight.js.226:url:]', url); //TODO if (options.port !== 80) { url = url + ':' + options.port;