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
|
# save protocols
|
||||||
for sessid in to_save:
|
for sessid in to_save:
|
||||||
self[sessid].load_sync_data(serversessions[sessid])
|
self[sessid].load_sync_data(serversessions[sessid])
|
||||||
print ("portalsessionhandler synced:", self[sessid].protocol_flags)
|
|
||||||
if clean:
|
if clean:
|
||||||
# disconnect out-of-sync missing protocols
|
# disconnect out-of-sync missing protocols
|
||||||
to_delete = [sessid for sessid in self if sessid not in to_save]
|
to_delete = [sessid for sessid in self if sessid not in to_save]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue