diff --git a/evennia/server/service.py b/evennia/server/service.py index 80eba12bb0..cfda892709 100644 --- a/evennia/server/service.py +++ b/evennia/server/service.py @@ -673,12 +673,6 @@ class EvenniaServerService(MultiService): shutdown or a reset. """ - # We need to do this just in case the server was killed in a way where - # the normal cleanup operations did not have time to run. - from evennia.objects.models import ObjectDB - - ObjectDB.objects.clear_all_sessids() - # Remove non-persistent scripts from evennia.scripts.models import ScriptDB