Removed unneeded debugging statement
This commit is contained in:
parent
131f5637c1
commit
bc9ecd5fa0
@ -86,7 +86,6 @@ public class ChanRipper extends AbstractHTMLRipper {
|
||||
@Override
|
||||
public boolean canRip(URL url) {
|
||||
for (ChanSite _chanSite : explicit_domains) {
|
||||
LOGGER.info(_chanSite.domains);
|
||||
if (_chanSite.domains.contains(url.getHost())) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user