From 1d3b06719d1ffc6fae9f9f16ea0563e69e90a8f9 Mon Sep 17 00:00:00 2001 From: Malte-Thorben Bruns Date: Tue, 21 Apr 2015 22:41:28 +0200 Subject: [PATCH] lib: remove unused require --- CHANGELOG.markdown | 2 +- lib/plugins/cookies.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 8a77152..1a961ee 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -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 diff --git a/lib/plugins/cookies.js b/lib/plugins/cookies.js index f0c7a48..521f431 100644 --- a/lib/plugins/cookies.js +++ b/lib/plugins/cookies.js @@ -1,6 +1,5 @@ 'use strict'; var net = require('net'); -var qs = require('querystring'); function cookiesPlugin(rail, opt_options) {