diff --git a/jupyterhub/orm.py b/jupyterhub/orm.py index a24dd9b6..9feb8cbb 100644 --- a/jupyterhub/orm.py +++ b/jupyterhub/orm.py @@ -429,7 +429,6 @@ class User(Base): yield self.spawner.stop() self.spawner.clear_state() self.state = self.spawner.get_state() - self.last_activity = datetime.utcnow() self.server = None inspect(self).session.commit() finally: