Skip to content

Commit 518cd09

Browse files
committed
Remove debug statement
1 parent 46e68d3 commit 518cd09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/rabbitmq/stream/impl/Utils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,10 +427,8 @@ static Function<ClientConnectionType, String> defaultConnectionNamingStrategy(St
427427
@SuppressWarnings("deprecation")
428428
static EventLoopGroup eventLoopGroup() {
429429
if (IS_NETTY_4_2) {
430-
System.out.println("NETTY 4.2");
431430
return new MultiThreadIoEventLoopGroup(NioIoHandler.newFactory());
432431
} else {
433-
System.out.println("NETTY 4.1");
434432
return new NioEventLoopGroup();
435433
}
436434
}

0 commit comments

Comments
 (0)