Skip to content

Commit 3bd9b61

Browse files
authored
remove invalid log (#5812)
1 parent d87771a commit 3bd9b61

File tree

1 file changed

+1
-1
lines changed
  • packages/global/core/workflow/runtime

1 file changed

+1
-1
lines changed

packages/global/core/workflow/runtime/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export const checkNodeRunStatus = ({
367367

368368
// Classify edges
369369
const { commonEdges, recursiveEdgeGroups } = splitNodeEdges(node);
370-
console.log(JSON.stringify({ commonEdges, recursiveEdgeGroups }, null, 2));
370+
371371
// Entry
372372
if (commonEdges.length === 0 && recursiveEdgeGroups.length === 0) {
373373
return 'run';

0 commit comments

Comments
 (0)