mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed unused attribute 'dbcon'
This commit is contained in:
parent
f42fc0a7df
commit
7737003fbc
1 changed files with 0 additions and 5 deletions
|
|
@ -436,11 +436,6 @@ class PublisherController:
|
|||
|
||||
return self.host.get_current_context()["task_name"]
|
||||
|
||||
@property
|
||||
def dbcon(self):
|
||||
"""Pointer to AvalonMongoDB in creator context."""
|
||||
return self.create_context.dbcon
|
||||
|
||||
@property
|
||||
def instances(self):
|
||||
"""Current instances in create context."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue