rm console.log

This commit is contained in:
Matias Alejo Garcia 2014-06-27 09:42:18 -03:00
parent de0ab04de5
commit 7693b27e90
1 changed files with 0 additions and 3 deletions

View File

@ -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;