Skip to content

Commit

Permalink
rm ConnectionPool channel debug (zio#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
swoogles authored Oct 25, 2022
1 parent 2e29ecf commit 52b0804
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ object ConnectionPool {
NettyFutureExecutor.executed(channelFuture) *>
ZIO
.attempt(channelFuture.channel())
.debug("Created new channel")
}
}

Expand Down

0 comments on commit 52b0804

Please sign in to comment.