Commit f5ffb595 by zhiwei

删除无用的log打印

parent cb6bcd76
......@@ -198,7 +198,6 @@ public class WeiboTopicCrawler {
e.printStackTrace();
}
HotSearchList topic = new HotSearchList(url, topicName, readNum, rank, HotSearchType.微博热搜.name(), commentNum, description);
log.info("topic::::" + topic);
topicList.add(topic);
}
return topicList;
......
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