Mark print line as DEBUG
This debug line spams unit tests for comms. Be sure to note for easy location for later removal.
This commit is contained in:
parent
037932aae2
commit
a0626721fc
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ class SubscriptionHandler(object):
|
||||||
for subscriber in make_iter(entity):
|
for subscriber in make_iter(entity):
|
||||||
if subscriber:
|
if subscriber:
|
||||||
clsname = subscriber.__dbclass__.__name__
|
clsname = subscriber.__dbclass__.__name__
|
||||||
print("subscriber:", subscriber, clsname)
|
print("subscriber:", subscriber, clsname) # DEBUG
|
||||||
# chooses the right type
|
# chooses the right type
|
||||||
if clsname == "ObjectDB":
|
if clsname == "ObjectDB":
|
||||||
self.obj.db_object_subscriptions.add(subscriber)
|
self.obj.db_object_subscriptions.add(subscriber)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue