Skip to content

Commit fcb1156

Browse files
committed
chore: console.log() 삭제
1 parent 3982e4e commit fcb1156

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/frontend/src/components/canvas/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ function Flow({ className }: CanvasProps) {
120120
const nodeId = key;
121121
if (change.action === "add" || change.action === "update") {
122122
const updatedYNode = nodesMap.get(nodeId) as YNode;
123-
console.log(updatedYNode);
124123
const updatedNodeEntries = Object.entries(updatedYNode).filter(
125124
([key]) => key !== "isHolding",
126125
);

0 commit comments

Comments
 (0)