Skip to content

Commit

Permalink
Remove redundant log for filter to make it easy to debug (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinTrojans authored and havetisyan committed Sep 4, 2019
1 parent c4fbe56 commit 6e96d48
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ public class NoOpRateLimit implements RateLimit {

@Override
public boolean filter(ServletRequest servletRequest, ServletResponse servletResponse) {
if (LOG.isDebugEnabled()) {
LOG.debug("NoOpRateLimit called");
}
return false;
}

Expand Down

0 comments on commit 6e96d48

Please sign in to comment.