We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87771a commit 3bd9b61Copy full SHA for 3bd9b61
packages/global/core/workflow/runtime/utils.ts
@@ -367,7 +367,7 @@ export const checkNodeRunStatus = ({
367
368
// Classify edges
369
const { commonEdges, recursiveEdgeGroups } = splitNodeEdges(node);
370
- console.log(JSON.stringify({ commonEdges, recursiveEdgeGroups }, null, 2));
+
371
// Entry
372
if (commonEdges.length === 0 && recursiveEdgeGroups.length === 0) {
373
return 'run';
0 commit comments