Skip to content

Commit

Permalink
fix: remove redundant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Saelmala committed Nov 5, 2024
1 parent e236f3a commit cc4928b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/production/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ export default function ProductionConfiguration({ params }: PageProps) {
);
const selectedPresetCopy = cloneDeep(selectedPreset);
const foundPipeline = selectedPresetCopy?.pipelines[pipelineIndex];
console.log('FOUND PIPELINE', foundPipeline);
if (foundPipeline) {
foundPipeline.outputs = [];
foundPipeline.pipeline_name = pipelineName;
Expand Down

0 comments on commit cc4928b

Please sign in to comment.