chore(examples): remove logs

This commit is contained in:
moklick
2021-03-01 14:01:55 +01:00
parent 3b9c190b19
commit 89b2348c4b
-1
View File
@@ -47,7 +47,6 @@ const UseZoomPanHelperFlow = () => {
},
[project]
);
console.log(elements);
return (
<ReactFlow elements={elements} onElementsRemove={onElementsRemove} onConnect={onConnect} onPaneClick={onPaneClick}>