删除部分用于调试的代码

This commit is contained in:
aoshiguchen
2022-07-29 06:33:22 +08:00
parent bd2269ef38
commit 7c6dd2e974
2 changed files with 0 additions and 4 deletions
@@ -36,7 +36,6 @@ import fun.asgc.neutrino.core.util.SystemUtil;
public class ProxyServer {
public static void main(String[] args) {
GlobalConfig.setIsSaveGeneratorCode(true);
NeutrinoLauncher.run(ProxyServer.class, args).sync();
}