feat: 去除调试信息

Signed-off-by: 502647092 <admin@yumc.pw>
dev
502647092 2016-07-14 15:39:34 +08:00
parent 9746c2ea28
commit dda778c61f
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ public class PluginInfo implements Serializable {
} else if (pom != null && !pom.isEmpty()) {
pom = pom.replace("[name]", name).replace("[branch]", branch);
sender.sendMessage("§6版本: §b尝试从在线POM文件获取最新版本...");
System.out.println(pom);
ver = IOUtil.getXMLTag(pom, "version", null);
if (ver != null) {
sender.sendMessage("§6版本: §a成功获取到最新版本 §e" + ver + " §a...");