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:
BlauFeuer 2018-03-02 07:14:57 -05:00 committed by GitHub
parent 037932aae2
commit a0626721fc

View file

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