1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-20 04:31:55 +02:00

Removed unneeded logging line

This commit is contained in:
cyian-1756
2018-06-15 15:13:13 -04:00
parent 312e7e5c33
commit 79aaabf580

View File

@@ -133,9 +133,6 @@ public class DeviantartRipper extends AbstractHTMLRipper {
cookies.put("agegate_state","1"); // Bypasses the age gate
}
LOGGER.info(Http.url(this.url)
.cookies(cookies)
.get());
return Http.url(this.url)
.cookies(cookies)
.get();