Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Feb 11, 2025
1 parent 91a7efa commit e9d522e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/effect/src/internal/channel/channelExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ export class ChannelExecutor<
}
}
} catch (error) {
console.error(error)
this._currentChannel = core.failCause(Cause.die(error)) as core.Primitive
}
}
Expand Down

0 comments on commit e9d522e

Please sign in to comment.