Browse Source

remove log

tags/2.0.1
Jonathan Cobb 4 years ago
parent
commit
d71ac58209
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/main/java/bubble/abp/BlockList.java

+ 0
- 1
src/main/java/bubble/abp/BlockList.java View File

@@ -44,7 +44,6 @@ public class BlockList {
public BlockDecision getDecision(String fqdn, String path, String contentType, String referer, boolean primary) {
for (BlockSpec allow : whitelist) {
if (allow.matches(fqdn, path, contentType, referer)) {
log.warn("getDecision: found whitelist match for fqdn="+fqdn+", path="+path);
return BlockDecision.ALLOW;
}
}


Loading…
Cancel
Save