Skip to content
This repository has been archived by the owner on Jun 2, 2019. It is now read-only.

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
T4ze committed Dec 9, 2017
1 parent 7553442 commit 787261c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public void publish(final NettyEventBusClient.Message message) {
}

private void trigger(final NettyEventBusClient.Message message) {
LOGGER.info("On '{}': receive: '{}'", message.getChannel(), message.getContent());
subscriptionsMap.getOrDefault(message.getChannel(), new ArrayList<>())
.forEach(c -> c.getCallback().accept(message));
}
Expand Down

0 comments on commit 787261c

Please sign in to comment.