去除不必要的代码.

This commit is contained in:
aoshiguchen
2022-09-14 22:35:30 +08:00
parent 1534b67bed
commit d5d094bdb1
@@ -37,7 +37,7 @@ import fun.asgc.neutrino.core.context.NeutrinoLauncher;
public class ProxyServer {
public static void main(String[] args) {
NeutrinoLauncher.run(ProxyServer.class, args).sync();
NeutrinoLauncher.run(ProxyServer.class, args);
}
}