Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Aug 30, 2022
1 parent 4adbbbf commit a435c55
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,7 @@ && requiresClientSideFiltering(message)

if (listenerCode != null) {
try {
log.info("begin Listener code....");
listenerCode.accept(result);
log.info("end Listener code....");
} catch (Throwable t) {
log.error("Listener thrown error, calling negativeAcknowledge", t);
consumer.negativeAcknowledge(message);
Expand Down

0 comments on commit a435c55

Please sign in to comment.