mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed TODO which is already done
This commit is contained in:
parent
633f99f13e
commit
b86c56015a
1 changed files with 0 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue