removed silo references

This commit is contained in:
Jakub Trllo 2022-03-22 12:31:14 +01:00
parent 22f1a30710
commit 5e5fc4ec55
12 changed files with 10 additions and 80 deletions

View file

@ -328,7 +328,6 @@ class LaunchWorkFiles(LaunchQtApp):
result = super().execute(context)
self._window.set_context({
"asset": avalon.api.Session["AVALON_ASSET"],
"silo": avalon.api.Session["AVALON_SILO"],
"task": avalon.api.Session["AVALON_TASK"]
})
return result