diff --git a/package.json b/package.json index df81d8c..5c4085b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitwarden-dmenu", - "version": "1.5.0", + "version": "1.5.1", "description": "dmenu for bitwarden password manager.", "keywords": [ "bitwarden", diff --git a/src/util/obfuscate/index.js b/src/util/obfuscate/index.js index 518ad48..44f323f 100644 --- a/src/util/obfuscate/index.js +++ b/src/util/obfuscate/index.js @@ -12,7 +12,6 @@ class ObfuscateSingletonState { } } -console.log('creating state') const obfuscateState = new ObfuscateSingletonState() module.exports = obfuscateState