This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
bitwarden-dmenu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
fix: remove console.log
master
v1.5.1
Andrew Kaiser
6 years ago
parent
c825f9b535
commit
236d7357fe
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+0
-1
src/util/obfuscate/index.js
+ 1
- 1
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"bitwarden-dmenu"
,
"version"
:
"1.5.
0
"
,
"version"
:
"1.5.
1
"
,
"description"
:
"dmenu for bitwarden password manager."
,
"keywords"
:
[
"bitwarden"
,
+ 0
- 1
src/util/obfuscate/index.js
View File
@ -12,7 +12,6 @@ class ObfuscateSingletonState {
}
}
console
.
log
(
'creating state'
)
const
obfuscateState
=
new
ObfuscateSingletonState
(
)
module
.
exports
=
obfuscateState
Write
Preview
Loading…
Cancel
Save