remove console.log

This commit is contained in:
sawka 2024-06-25 14:57:08 -07:00
parent 7b93354657
commit f036459dd5

View file

@ -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<TabLayoutData> = {