去除不必要的代码

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