We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3ea118 + 0a1adc6 commit 566fdefCopy full SHA for 566fdef
ipp-v3-java-devkit/src/main/java/com/intuit/ipp/interceptors/DeserializeInterceptor.java
@@ -61,7 +61,6 @@ public void execute(IntuitMessage intuitMessage) throws FMSException {
61
if (contentTypePart.matches("(.*)/(.*)")) {
62
String serializeFormat = contentTypePart.substring(contentTypePart.lastIndexOf("/") + 1,
63
contentTypePart.length());
64
- LOG.info("HttpResponse content-type (deserialization format) : " + serializeFormat);
65
LOG.debug("HttpResponse content-type (deserialization format) : " + serializeFormat);
66
67
if (StringUtils.hasText(serializeFormat)
0 commit comments