removed unnecessary code

This commit is contained in:
Miodec 2022-05-04 01:35:39 +02:00
parent 6804b76d46
commit bf941ab02b

View file

@ -431,10 +431,6 @@ $("#commandInput input").on("keydown", (e) => {
$.each(list.list, (_index, obj) => {
if (obj.id == command) {
if (obj.exec) obj.exec(value);
if (obj.subgroup !== null && obj.subgroup !== undefined) {
//TODO: what is this for?
// subgroup = obj.subgroup;
}
}
});
AnalyticsController.log("usedCommandLine", { command: command ?? "" });