removed TODO which is already done

This commit is contained in:
iLLiCiTiT 2021-04-07 16:37:10 +02:00
parent 633f99f13e
commit b86c56015a

View file

@ -290,7 +290,6 @@ class ApplicationManager:
group = ApplicationGroup(group_name, variant_defs, self)
self.app_groups[group_name] = group
for app in group:
# TODO This should be replaced with `full_name` in future
self.applications[app.full_name] = app
tools_definitions = settings["tools"]["tool_groups"]