Skip to content

Commit

Permalink
SCB-1321 remove the duplicate log codes of SagaActorEventSender
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJiang committed Jul 12, 2019
1 parent 4c3c2c8 commit 7db3cd6
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -44,9 +44,6 @@ public class SagaActorEventSender implements ActorEventSink {

public void send(BaseEvent event) {
try{
if (LOG.isDebugEnabled()) {
LOG.debug("send {} ", event.toString());
}
if (LOG.isDebugEnabled()) {
LOG.debug("send {} ", event.toString());
}
Expand Down

0 comments on commit 7db3cd6

Please sign in to comment.