Skip to content

Commit

Permalink
remove logging to console
Browse files Browse the repository at this point in the history
  • Loading branch information
jkppr committed Aug 23, 2024
1 parent 93d2ad7 commit e673582
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export default {
if (this.approach.steps) {
this.approach.steps.forEach((step) => {
if (step.type === 'opensearch-query') {
console.log(step)
opensearchQueries.push(step)
}
})
Expand Down

0 comments on commit e673582

Please sign in to comment.