Skip to content

Commit

Permalink
🔥 feat: 删除console
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangchu committed Oct 23, 2023
1 parent df90c21 commit 0c9d726
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/FlowStoreProvider/demos/FlowStoreProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default () => {
<FlowStoreProvider
flattenNodes={nodes}
onFlattenNodesChange={(flattenNodes) => {
console.log(flattenNodes);
setNodes(flattenNodes);
}}
>
Expand Down
1 change: 0 additions & 1 deletion src/ProFlow/helper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ function getEdgeLevel(select: NodeSelect) {
}

export function getRenderEdges(edges: ProFlowEdge[]) {
console.log(edges);
return edges
.sort((a, b) => {
const aLevel = a.select ? getEdgeLevel(a.select) : 0;
Expand Down

0 comments on commit 0c9d726

Please sign in to comment.