Fix unittests

This commit is contained in:
Griatch 2018-03-03 11:24:20 +01:00
parent 3e5f2ef68a
commit 4eb38e2b69
2 changed files with 2 additions and 3 deletions

View file

@ -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)