We don't need "no-nashorn" config option in v6

This commit is contained in:
NotMyFault 2021-06-20 18:28:13 +02:00
parent 8eb8c24209
commit 3e28d39285
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -162,10 +162,6 @@ public class MainCommand extends Command {
// Referenced commands
instance.toggle = injector.getInstance(Toggle.class);
instance.help = new Help(instance);
if (!Settings.Enabled_Components.DISABLE_NASHORN_SCRIPT_ENGINE) {
new DebugExec();
}
}
return instance;
}