Skip to content

Commit 0a1adc6

Browse files
remove insignificant and duplicate logger
1 parent e3ea118 commit 0a1adc6

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

Lines changed: 0 additions & 1 deletion
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)