diff --git a/openpype/tools/publisher/control.py b/openpype/tools/publisher/control.py index 621a9855a2..481fb5981b 100644 --- a/openpype/tools/publisher/control.py +++ b/openpype/tools/publisher/control.py @@ -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."""