From c779ff45381016ab60d788aec0c8082d6909bdd0 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Tue, 24 Jan 2012 16:10:39 +0200 Subject: [PATCH] update2 --- lib/fetch.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/fetch.js b/lib/fetch.js index 457a417..fab5320 100644 --- a/lib/fetch.js +++ b/lib/fetch.js @@ -239,8 +239,6 @@ FetchStream.prototype.runStream = function(url){ url_data.urloptions.headers['content-length'] = this.options.payloadSize; } -console.log(url_data.urloptions) - var req = url_data.transport.request(url_data.urloptions, (function(res) { // catch new cookies before potential redirect