Skip to content

Commit 566fdef

Browse files
authored
Merge pull request #130 from narsi-nallamilli/patch-1
remove insignificant and duplicate logger
2 parents e3ea118 + 0a1adc6 commit 566fdef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ipp-v3-java-devkit/src/main/java/com/intuit/ipp/interceptors/DeserializeInterceptor.java

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public void execute(IntuitMessage intuitMessage) throws FMSException {
6161
if (contentTypePart.matches("(.*)/(.*)")) {
6262
String serializeFormat = contentTypePart.substring(contentTypePart.lastIndexOf("/") + 1,
6363
contentTypePart.length());
64-
LOG.info("HttpResponse content-type (deserialization format) : " + serializeFormat);
6564
LOG.debug("HttpResponse content-type (deserialization format) : " + serializeFormat);
6665

6766
if (StringUtils.hasText(serializeFormat)

0 commit comments

Comments
 (0)