perf: setup routes only once
This commit is contained in:
parent
47da523d6c
commit
beb06e2a19
1 changed files with 0 additions and 1 deletions
|
|
@ -285,7 +285,6 @@ frappe.Application = class Application {
|
|||
|
||||
frappe.boot.setup_complete = frappe.boot.sysdefaults["setup_complete"];
|
||||
frappe.user.name = frappe.boot.user.name;
|
||||
frappe.router.setup();
|
||||
} else {
|
||||
this.set_as_guest();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue