clean code

This commit is contained in:
hengyunabc
2020-07-08 17:48:35 +08:00
parent 6ee06c1b7e
commit 634fa70fc2
@@ -81,16 +81,6 @@ public class GlobalOptions {
)
public static volatile boolean isSupportDefaultMethod = true && JavaVersionUtils.isGreaterThanJava7();
/**
* 是否在asm中输出
*/
@Option(level = 1,
name = "debug-for-asm",
summary = "Option to print DEBUG message if ASM is involved",
description = "This option enables to print DEBUG message of ASM for each method invocation."
)
public static volatile boolean isDebugForAsm = false;
/**
* 是否日志中保存命令执行结果
*/