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

Commit

Permalink
app: update log
Browse files Browse the repository at this point in the history
  • Loading branch information
T4ze committed Dec 9, 2017
1 parent e365344 commit 654fb06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/epita/guereza/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public void sendMessage(final String channel, final Object obj) {
try {
final EventMessage em = new EventMessage(channel, obj);
eventBus.publish(em);
LOGGER.info("Requesting next url");
} catch (JsonProcessingException e) {
LOGGER.error("Impossible to send message: {}", e.getMessage());
}
Expand Down

0 comments on commit 654fb06

Please sign in to comment.