1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-28 16:19:58 +02:00

Removed unneeded debug info

This commit is contained in:
cyian-1756
2019-01-09 15:51:33 -05:00
parent 7911cad94a
commit 57449f6eef

View File

@@ -58,7 +58,6 @@ public class ChanRipperTest extends RippersTest {
public String getRandomThreadDesuarchive() {
try {
Document doc = Http.url(new URL("https://desuarchive.org/wsg/")).get();
System.out.println(doc);
return doc.select("div.post_data > a").first().attr("href");
} catch (IOException e) {
e.printStackTrace();