From f036459dd53e32e032d7ad4d16eea347be359836 Mon Sep 17 00:00:00 2001 From: sawka Date: Tue, 25 Jun 2024 14:57:08 -0700 Subject: [PATCH] remove console.log --- frontend/app/store/global.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/app/store/global.ts b/frontend/app/store/global.ts index c62d0d0c2..ab4572723 100644 --- a/frontend/app/store/global.ts +++ b/frontend/app/store/global.ts @@ -218,7 +218,6 @@ function handleWSEventMessage(msg: WSEventType) { return; } if (msg.eventtype == "layoutaction") { - console.log("got wslayoutaction", msg); const layoutAction: WSLayoutActionData = msg.data; if (layoutAction.actiontype == LayoutTreeActionType.InsertNode) { const insertNodeAction: LayoutTreeInsertNodeAction = {