update: remove render tracking hooks

This commit is contained in:
Braks
2021-10-20 22:39:54 +02:00
parent 9373533e0e
commit cfc8f7782f
2 changed files with 0 additions and 6 deletions
@@ -33,9 +33,6 @@ const sourceNode = computed(() => store.nodes.find((n) => n.id === store.connect
const connectionLineVisible = computed(
() => store.nodesConnectable && sourceNode.value && store.connectionNodeId && store.connectionHandleType,
)
onRenderTracked((e) => {
console.log('edge-renderer', e)
})
</script>
<template>
<svg :width="props.dimensions.width" :height="props.dimensions.height" class="revue-flow__edges">