removed unused attribute 'dbcon'

This commit is contained in:
Jakub Trllo 2022-10-05 16:49:50 +02:00
parent f42fc0a7df
commit 7737003fbc

View file

@ -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."""