diff --git a/src/app/webapp-common/pipelines/edit-pipeline-page/react/pipeline-step.component.tsx b/src/app/webapp-common/pipelines/edit-pipeline-page/react/pipeline-step.component.tsx index 71f2c726..66d32d7d 100644 --- a/src/app/webapp-common/pipelines/edit-pipeline-page/react/pipeline-step.component.tsx +++ b/src/app/webapp-common/pipelines/edit-pipeline-page/react/pipeline-step.component.tsx @@ -3,7 +3,7 @@ import { Handle, Position } from 'reactflow'; /* import "./pipeline-step.css" */ export default function PipelineStepComponent({ data, selected, ...others }) { - console.log("from reactstep", selected) + //console.log("from reactstep", selected) return (