Resolve merge conflicts

This commit is contained in:
kijanowski
2023-05-17 11:24:53 +02:00
parent 8f7ebbf0a3
commit 2268dc9c06

View File

@@ -350,11 +350,6 @@ public class NBCLIOptions {
showStackTraces = true;
arglist.removeFirst();
break;
case NBCLIOptions.DASH_VVV_TRACE:
this.consoleLevel = NBLogLevel.TRACE;
showStackTraces = true;
arglist.removeFirst();
break;
case NBCLIOptions.ENABLE_DEDICATED_VERIFICATION_LOGGER:
enableDedicatedVerificationLogger();
break;