chore: remove a single console.log that wasn't needed... :)
This commit is contained in:
@@ -73,8 +73,6 @@ function addNode(nodeType: keyof typeof NodeTypes, position: XYPosition) {
|
||||
position,
|
||||
data: {...defaultData}
|
||||
}
|
||||
|
||||
console.log("Tried to add node");
|
||||
setNodes([...nodes, newNode]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user