Skip to content

Commit

Permalink
fix: bug when ops are not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Dec 14, 2024
1 parent 6025a33 commit 0981285
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/src/app/api/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ export function generatePipelineConfig(

const yamlString = yaml.dump(pipelineConfig);

console.log(yamlString);

return {
yamlString,
inputPath,
Expand Down

0 comments on commit 0981285

Please sign in to comment.