Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Jul 13, 2024
1 parent 59e8e0a commit 3c4c112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/effect/test/Effect/cause-rendering.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ message
Effect.flip
)
const pretty = Cause.pretty(cause, { renderErrorCause: true })
console.log(pretty)
assert.include(pretty, "[cause]: Error: child")
assert.include(pretty, "[cause]: Error: child2")
}))
Expand Down

0 comments on commit 3c4c112

Please sign in to comment.