Skip to content

Commit 236d735

Browse files
committed
fix: remove console.log
1 parent c825f9b commit 236d735

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitwarden-dmenu",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "dmenu for bitwarden password manager.",
55
"keywords": [
66
"bitwarden",

src/util/obfuscate/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class ObfuscateSingletonState {
1212
}
1313
}
1414

15-
console.log('creating state')
1615
const obfuscateState = new ObfuscateSingletonState()
1716

1817
module.exports = obfuscateState

0 commit comments

Comments
 (0)