mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-20 12:42:06 +02:00
Removed unneeded logging line
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user