Skip to content

Commit

Permalink
Merge pull request #130 from narsi-nallamilli/patch-1
Browse files Browse the repository at this point in the history
remove insignificant and duplicate logger
  • Loading branch information
diana-derose committed May 19, 2020
2 parents e3ea118 + 0a1adc6 commit 566fdef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public void execute(IntuitMessage intuitMessage) throws FMSException {
if (contentTypePart.matches("(.*)/(.*)")) {
String serializeFormat = contentTypePart.substring(contentTypePart.lastIndexOf("/") + 1,
contentTypePart.length());
LOG.info("HttpResponse content-type (deserialization format) : " + serializeFormat);
LOG.debug("HttpResponse content-type (deserialization format) : " + serializeFormat);

if (StringUtils.hasText(serializeFormat)
Expand Down

0 comments on commit 566fdef

Please sign in to comment.