diff options
Diffstat (limited to 'lib/libbugzilla.js')
-rw-r--r-- | lib/libbugzilla.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js index 23b6869..600d193 100644 --- a/lib/libbugzilla.js +++ b/lib/libbugzilla.js @@ -187,7 +187,6 @@ exports.getInstalledPackages = function getInstalledPackages(locationLoginObj, c var passwObj = getPassword(locationLoginObj.login, passDomain); // In order to avoid sending whole password to the content script, // we are sending just these two Booleans. - console.log("getInstalledPackages : passwObj = " + passwObj.toSource()); config.constantData.passwordState = { passAvailable: (passwObj.password !== null), withoutPass: passwObj.withoutPass |