Skip to content

Commit ab083cb

Browse files
authored
fix(plc4j): remove e.printStackTrace(), closes #2257 (#2258)
1 parent a60b246 commit ab083cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plc4j/spi/src/main/java/org/apache/plc4x/java/spi/connection/NettyChannelFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ public Channel createChannel(ChannelHandler channelHandler) throws PlcConnection
148148
Thread.currentThread().interrupt();
149149
throw new PlcConnectionException("Error creating channel.", e);
150150
} catch (Throwable t) {
151-
t.printStackTrace();
152151
throw new PlcConnectionException("Error creating channel.", t);
153152
}
154153
}

0 commit comments

Comments
 (0)