We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6605f3a commit fdd9086Copy full SHA for fdd9086
src/editor/secret-length-tooltip.js
@@ -20,8 +20,6 @@ export function minSecretLengthCheck(event) {
20
b64utohex(secretInput.value).length / 2 * 8 :
21
utf8tohex(secretInput.value).length / 2 * 8;
22
23
- console.log(utf8tohex(secretInput.value));
24
-
25
if(inputBits < algBits) {
26
if(!secretInput._tippy.state.visible) {
27
secretInput._tippy.show();
0 commit comments