From 7adf5e19f1b1bda035922ad89369c599d6ed66ac Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 25 Jun 2026 16:36:46 +0200 Subject: [PATCH] chore: update event log window functions --- frontend/src/ts/index.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/frontend/src/ts/index.ts b/frontend/src/ts/index.ts index d717e0411a06..e4113a24b959 100644 --- a/frontend/src/ts/index.ts +++ b/frontend/src/ts/index.ts @@ -96,12 +96,8 @@ addToGlobal({ qs: qs, qsa: qsa, qsr: qsr, - lastEventLog: () => { - console.log(lastEventLog); - }, - currentEventLog: () => { - console.log(buildEventLog()); - }, + lastEventLog: () => lastEventLog, + currentEventLog: buildEventLog, }); mountComponents();