We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c825f9b commit 236d735Copy full SHA for 236d735
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bitwarden-dmenu",
3
- "version": "1.5.0",
+ "version": "1.5.1",
4
"description": "dmenu for bitwarden password manager.",
5
"keywords": [
6
"bitwarden",
src/util/obfuscate/index.js
@@ -12,7 +12,6 @@ class ObfuscateSingletonState {
12
}
13
14
15
-console.log('creating state')
16
const obfuscateState = new ObfuscateSingletonState()
17
18
module.exports = obfuscateState
0 commit comments