Skip to content

Commit

Permalink
Removed polluting logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Weber committed Jan 12, 2024
1 parent 8ff4ce1 commit 1e4995d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/swisspush/reststorage/EventBusAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,6 @@ public HttpServerRequest fetch(long amount) {

@Override
public HttpServerRequest exceptionHandler(Handler<Throwable> throwableHandler) {
log.warn("I wish you happy time wasting, as this method just ignores your exceptionHandler",
new Exception("may this stacktrace help you"));
return this;

Check warning on line 700 in src/main/java/org/swisspush/reststorage/EventBusAdapter.java

View check run for this annotation

Codecov / codecov/patch

src/main/java/org/swisspush/reststorage/EventBusAdapter.java#L700

Added line #L700 was not covered by tests
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,6 @@ public ByteArrayReadStream pause() {

@Override
public ByteArrayReadStream exceptionHandler(Handler<Throwable> handler) {
log.warn("Happy time wasting, as this method just ignores your exceptionHandler",
new Exception("Happy stacktrace to have any chance to find out who did call us"));
return this;
}

Expand Down

0 comments on commit 1e4995d

Please sign in to comment.