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