We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60b246 commit ab083cbCopy full SHA for ab083cb
plc4j/spi/src/main/java/org/apache/plc4x/java/spi/connection/NettyChannelFactory.java
@@ -148,7 +148,6 @@ public Channel createChannel(ChannelHandler channelHandler) throws PlcConnection
148
Thread.currentThread().interrupt();
149
throw new PlcConnectionException("Error creating channel.", e);
150
} catch (Throwable t) {
151
- t.printStackTrace();
152
throw new PlcConnectionException("Error creating channel.", t);
153
}
154
0 commit comments