chore: remove log

This commit is contained in:
braks
2022-10-07 22:55:38 +02:00
committed by Braks
parent 8c0982a7f3
commit bb7a0ba50a
-2
View File
@@ -36,8 +36,6 @@ export const updateEdgeAction = (edge: GraphEdge, newConnection: Connection, edg
return false return false
} }
console.log('foo')
const newEdge = { const newEdge = {
...edge, ...edge,
id: getEdgeId(newConnection), id: getEdgeId(newConnection),