Skip to content

Commit

Permalink
Merge pull request #39 from pankajjangid05/development
Browse files Browse the repository at this point in the history
removed printstacktrace
  • Loading branch information
pankajjangid05 authored May 25, 2023
2 parents 9a439ed + 46e05f4 commit 736a334
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
import reactor.core.publisher.Flux;
import reactor.kafka.receiver.ReceiverRecord;

import javax.xml.bind.JAXBException;
import java.io.ByteArrayInputStream;
import java.util.HashMap;
import java.util.Map;
import java.util.function.Consumer;

@Component
Expand Down Expand Up @@ -144,10 +142,8 @@ public void accept(XMessageDAO xMessageDAO) {
try {
log.error("The current XMessage was : " + xMessage.toString());
} catch (Exception ge) {
ge.printStackTrace();
log.error("Unable to parse the current XMessage : " + ge.getMessage() + " Xmessage : " + ge.getMessage());
}
e.printStackTrace();
}
} else {
log.info("XMessage -> app is empty");
Expand Down

0 comments on commit 736a334

Please sign in to comment.