1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-19 12:11:40 +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

@@ -132,10 +132,7 @@ public class DeviantartRipper extends AbstractHTMLRipper {
LOGGER.warn("Failed to get login cookies");
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();