More less debug

This commit is contained in:
Scott Idem
2025-05-16 14:06:35 -04:00
parent ec404ab428
commit 3041246638
2 changed files with 3 additions and 3 deletions

View File

@@ -280,7 +280,7 @@ async function update_journal_entry() {
return;
}
log_lvl = 1;
// log_lvl = 1;
let data_kv: key_val = {
alert: tmp_entry_obj?.alert,
@@ -679,7 +679,7 @@ $effect(() => {
// }
async function handle_decrypt_string(encrypted_string: string, passcode: string) {
log_lvl = 1;
// log_lvl = 1;
if (log_lvl) {
console.log(`TEST: handle_decrypt_string: ${passcode}`, encrypted_string);

View File

@@ -35,7 +35,7 @@ let passcode_timer: any = $state(null);
$effect(() => {
if (typed_journal_passcode?.length > 4) {
log_lvl = 1;
// log_lvl = 1;
verify_journal_passcode();
}