Skip to content

Commit

Permalink
update2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andris Reinman committed Jan 24, 2012
1 parent 497bcb8 commit c779ff4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c779ff4

Please sign in to comment.