mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 04:27:16 +02:00
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):
|
||||
if subscriber:
|
||||
clsname = subscriber.__dbclass__.__name__
|
||||
print("subscriber:", subscriber, clsname)
|
||||
print("subscriber:", subscriber, clsname) # DEBUG
|
||||
# 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