diff --git a/src/designer/elsa-workflows-designer/src/components/activities/flowchart/flowchart.tsx b/src/designer/elsa-workflows-designer/src/components/activities/flowchart/flowchart.tsx index 61c6c5c6d..f6690b84b 100644 --- a/src/designer/elsa-workflows-designer/src/components/activities/flowchart/flowchart.tsx +++ b/src/designer/elsa-workflows-designer/src/components/activities/flowchart/flowchart.tsx @@ -295,7 +295,6 @@ export class FlowchartComponent implements ContainerActivityComponent { activity: activity, applyChanges: a => { - debugger; // Update the node's data with the activity. node.data = a;