From 5fe28f4363697c56eace727ddcf0f0cf879a9661 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 27 Mar 2020 16:33:47 -0400 Subject: Removed an unused variable, password, found in internet.js on line 354 --- lib/internet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internet.js b/lib/internet.js index ca33672d..658607a1 100644 --- a/lib/internet.js +++ b/lib/internet.js @@ -351,7 +351,7 @@ var Internet = function (faker) { * Copyright(c) 2011-2013 Bermi Ferrer * MIT Licensed */ - var consonant, letter, password, vowel; + var consonant, letter, vowel; letter = /[a-zA-Z]$/; vowel = /[aeiouAEIOU]$/; consonant = /[bcdfghjklmnpqrstvwxyzBCDFGHJKLMNPQRSTVWXYZ]$/; -- cgit v1.2.3