removed resource intensive logging in svelte
This commit is contained in:
@@ -10,7 +10,6 @@ export async function initInteractionListeners() {
|
||||
unlistenReceived = await listen<InteractionPayloadDto>(
|
||||
"interaction-received",
|
||||
(event) => {
|
||||
console.log("Received interaction:", event.payload);
|
||||
addInteraction(event.payload);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user