Skip to content

Commit fdd9086

Browse files
committed
Removed stray console.log call.
1 parent 6605f3a commit fdd9086

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/editor/secret-length-tooltip.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ export function minSecretLengthCheck(event) {
2020
b64utohex(secretInput.value).length / 2 * 8 :
2121
utf8tohex(secretInput.value).length / 2 * 8;
2222

23-
console.log(utf8tohex(secretInput.value));
24-
2523
if(inputBits < algBits) {
2624
if(!secretInput._tippy.state.visible) {
2725
secretInput._tippy.show();

0 commit comments

Comments
 (0)