Commit 3bd9b61b by Archer Committed by GitHub

remove invalid log (#5812)

parent d87771a1
...@@ -367,7 +367,7 @@ export const checkNodeRunStatus = ({ ...@@ -367,7 +367,7 @@ export const checkNodeRunStatus = ({
// Classify edges // Classify edges
const { commonEdges, recursiveEdgeGroups } = splitNodeEdges(node); const { commonEdges, recursiveEdgeGroups } = splitNodeEdges(node);
console.log(JSON.stringify({ commonEdges, recursiveEdgeGroups }, null, 2));
// Entry // Entry
if (commonEdges.length === 0 && recursiveEdgeGroups.length === 0) { if (commonEdges.length === 0 && recursiveEdgeGroups.length === 0) {
return 'run'; return 'run';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment