Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
lib: remove unused require
Browse files Browse the repository at this point in the history
  • Loading branch information
skenqbx committed Apr 21, 2015
1 parent 0d75f4f commit 1d3b067
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- **send-buffer**: A mechanism to inspect the complete _(request)_ body & modify the configuration before the request is created and send
- **globalClient**: A default client object allows calls out-of-the-box using `RAIL.call()`
- **URL**: An URL can new be passed directly to `rail.call()`
- **URL**: An URL can be passed directly to `rail.call()`

### Known issues

Expand Down
1 change: 0 additions & 1 deletion lib/plugins/cookies.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';
var net = require('net');
var qs = require('querystring');


function cookiesPlugin(rail, opt_options) {
Expand Down

0 comments on commit 1d3b067

Please sign in to comment.