Removed unneeded logging line
This commit is contained in:
parent
312e7e5c33
commit
79aaabf580
@ -132,10 +132,7 @@ public class DeviantartRipper extends AbstractHTMLRipper {
|
|||||||
LOGGER.warn("Failed to get login cookies");
|
LOGGER.warn("Failed to get login cookies");
|
||||||
cookies.put("agegate_state","1"); // Bypasses the age gate
|
cookies.put("agegate_state","1"); // Bypasses the age gate
|
||||||
}
|
}
|
||||||
|
|
||||||
LOGGER.info(Http.url(this.url)
|
|
||||||
.cookies(cookies)
|
|
||||||
.get());
|
|
||||||
return Http.url(this.url)
|
return Http.url(this.url)
|
||||||
.cookies(cookies)
|
.cookies(cookies)
|
||||||
.get();
|
.get();
|
||||||
|
Loading…
Reference in New Issue
Block a user