Chore: silence debug logging across all pages (log_lvl → 0)

Set log_lvl to 0 in all pages and layouts that had it left at 1 or 2
from development. Also remove two hardcoded `log_lvl = 2` overrides
inside function bodies in reports_files.svelte and
reports_presenters.svelte that were forcing verbose output regardless
of the module-level setting.

Affected: launcher location page, leads pages (2), pres_mgmt reports (2),
presenter +page.ts, IDAA layouts (2), IDAA archives, IDAA recovery
meetings page, journals pages (2).
This commit is contained in:
Scott Idem
2026-03-10 14:23:28 -04:00
parent 283ccb3ce4
commit 517c40bb11
12 changed files with 11 additions and 14 deletions

View File

@@ -48,8 +48,7 @@
// $ae_loc.url_origin = data.url.origin;
$effect(() => {
log_lvl = 1;
if (log_lvl) {
if (log_lvl > 1) {
console.log(`event_id: ${url_event_id}`);
console.log(`event_location_id: ${url_event_location_id}`);
}
@@ -68,7 +67,7 @@
$events_slct.id_li__event_location = ae_acct.slct.id_li__event_location ?? [
''
];
if (log_lvl) {
if (log_lvl > 1) {
console.log(
`$events_slct.event_location_obj_li:`,
$events_slct.event_location_obj_li