Skip to content

Commit

Permalink
fix(core): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-goldman committed Nov 30, 2022
1 parent 16c07fb commit ec41164
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tidy-vans-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chugsplash/core': patch
---

Remove console.log
1 change: 0 additions & 1 deletion packages/core/src/config/parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ export const makeActionBundleFromConfig = async (
): Promise<ChugSplashActionBundle> => {
// Parse the config to replace any template variables.
const parsed = parseChugSplashConfig(config, env)
console.log(parsed.contracts)

const actions: ChugSplashAction[] = []
for (const [referenceName, contractConfig] of Object.entries(
Expand Down

0 comments on commit ec41164

Please sign in to comment.