summaryrefslogtreecommitdiff
path: root/deps/npm/lib/config/get-credentials-by-uri.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/config/get-credentials-by-uri.js')
-rw-r--r--deps/npm/lib/config/get-credentials-by-uri.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/npm/lib/config/get-credentials-by-uri.js b/deps/npm/lib/config/get-credentials-by-uri.js
index 19779c4137..d04f6137de 100644
--- a/deps/npm/lib/config/get-credentials-by-uri.js
+++ b/deps/npm/lib/config/get-credentials-by-uri.js
@@ -36,8 +36,6 @@ function getCredentialsByURI (uri) {
// Handle the old-style _auth=<base64> style for the default
// registry, if set.
- //
- // XXX(isaacs): Remove when npm 1.4 is no longer relevant
var authDef = this.get('_auth')
var userDef = this.get('username')
var passDef = this.get('_password')