mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 07:57: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
631aeac4f3
commit
0baf7c567e
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