Skip to content

Commit

Permalink
fix(pg): Remove simulation output
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 committed Jan 2, 2024
1 parent 8d38d97 commit 31e5e6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-pots-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sphinx-labs/plugins': patch
---

Skip logging simulation output
2 changes: 0 additions & 2 deletions packages/plugins/src/cli/propose/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,6 @@ export const propose = async (
// The `stderr` contains the error message.
console.log(stderr)
process.exit(1)
} else if (!silent) {
console.log(stdout)
}

const dryRun =
Expand Down

0 comments on commit 31e5e6a

Please sign in to comment.