Remove debug line

This commit is contained in:
Gary Russell
2010-03-02 23:47:51 +00:00
parent d34348847c
commit 3a88f7ce74

View File

@@ -46,7 +46,6 @@ public class IpInboundChannelAdapterParser extends AbstractChannelAdapterParser
} else if (protocol.equals("udp")) {
builder = parseUdp(element, parserContext);
}
parserContext.extractSource(element);
IpAdapterParserUtils.addCommonSocketOptions(builder, element);
IntegrationNamespaceUtils.setValueIfAttributeDefined(builder, element,
IpAdapterParserUtils.RECEIVE_BUFFER_SIZE);