Commit 6110ef31 by [zhangzhiwei]

删除无用的log

parent a40e931c
......@@ -103,7 +103,6 @@ public class WeiboCrawlerAnalysis {
Document document = Jsoup.parse(s);
Elements elements = document.select("div.UG_contents").select("ul.clearfix")
.select("div[action-type=feed_list_item]");
System.out.println("elements size is " + elements.size());
List<String> midsList = new ArrayList<String>();
for (Element element : elements) {
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment