chore!: drop sid from boot (#26299)

This commit is contained in:
Ankush Menat 2024-05-02 15:40:34 +05:30 committed by GitHub
parent 490fae768a
commit 3e64e60389
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,6 @@ def get_bootinfo():
if frappe.session["user"] != "Guest":
bootinfo.user_info = get_user_info()
bootinfo.sid = frappe.session["sid"]
bootinfo.modules = {}
bootinfo.module_list = []