Skip to content

Commit

Permalink
remove debug logging from NodeSocket (#3894)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Nov 5, 2024
1 parent cbd1bc5 commit 3ff8e5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/witty-shoes-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/platform-node-shared": patch
---

remove debug logging from NodeSocket
1 change: 0 additions & 1 deletion packages/platform-node-shared/src/NodeSocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ export const fromDuplex = <RO>(
})
),
Effect.forever,
Effect.onExit(Effect.log),
Effect.catchAll((error) => {
if (Cause.isNoSuchElementException(error)) {
return Effect.async((resume) => {
Expand Down

0 comments on commit 3ff8e5b

Please sign in to comment.