mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-22 16:28:32 +00:00
remove console.log
This commit is contained in:
parent
7b93354657
commit
f036459dd5
1 changed files with 0 additions and 1 deletions
|
|
@ -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> = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue