Fix unittests
This commit is contained in:
parent
3e5f2ef68a
commit
4eb38e2b69
2 changed files with 2 additions and 3 deletions
|
|
@ -527,7 +527,6 @@ class SubscriptionHandler(object):
|
|||
for subscriber in make_iter(entity):
|
||||
if subscriber:
|
||||
clsname = subscriber.__dbclass__.__name__
|
||||
print("subscriber:", subscriber, clsname)
|
||||
# chooses the right type
|
||||
if clsname == "ObjectDB":
|
||||
self.obj.db_object_subscriptions.add(subscriber)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue