More less debug
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user