mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 08:46:31 +01:00
Remove portal debug printout.
This commit is contained in:
parent
3e21023ad8
commit
33e1d03077
1 changed files with 0 additions and 1 deletions
|
|
@ -289,7 +289,6 @@ class PortalSessionHandler(SessionHandler):
|
|||
# save protocols
|
||||
for sessid in to_save:
|
||||
self[sessid].load_sync_data(serversessions[sessid])
|
||||
print ("portalsessionhandler synced:", self[sessid].protocol_flags)
|
||||
if clean:
|
||||
# disconnect out-of-sync missing protocols
|
||||
to_delete = [sessid for sessid in self if sessid not in to_save]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue