clear VersionChecker...

Signed-off-by: j502647092 <jtb1@163.com>
pull/1/HEAD
j502647092 2015-08-14 15:27:17 +08:00
parent f8eef535bc
commit 01f8e10e4f
1 changed files with 0 additions and 4 deletions

View File

@ -37,10 +37,6 @@ public class VersionChecker implements Listener {
}
public String getCheckUrl(String pluginName, String branch) {
System.out.println(checkurl);
System.out.println(pluginName);
System.out.println(branch);
System.out.println(String.format(checkurl, pluginName, branch));
return String.format(checkurl, pluginName, branch);
}