Skip to content

Commit f961b43

Browse files
committed
remove debug print
1 parent 4feb747 commit f961b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MySQL/Connection/MySQLConnectionHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ final class MySQLConnectionHandler: ChannelInboundHandler {
3434
// MARK: Private
3535

3636
private func handlePacket(ctx: ChannelHandlerContext, packet: MySQLPacket) throws {
37-
print("\(packet) \(state)")
37+
// print("✅ \(packet) \(state)")
3838
switch state {
3939
case .nascent:
4040
switch packet {

0 commit comments

Comments
 (0)