Commit de934c9d by zhiwei

删除知乎热榜采集过程中打印的无用log

parent 059ad63f
...@@ -120,7 +120,6 @@ public class ZhihuHotSearchCrawler { ...@@ -120,7 +120,6 @@ public class ZhihuHotSearchCrawler {
e.printStackTrace(); e.printStackTrace();
} }
HotSearchList zhihu = new HotSearchList(link, displayQuery, hotCount, i+1, HotSearchType.知乎热搜.name()); HotSearchList zhihu = new HotSearchList(link, displayQuery, hotCount, i+1, HotSearchType.知乎热搜.name());
log.info(zhihu);
list.add(zhihu); list.add(zhihu);
} }
} }
......
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